2018-05-24 11:01:39,713 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-146 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 11:01:39,715 - 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=q4vDYM44kkYcfZnv3jWzhxkrD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-05-24 11:01:39,715 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 11:01:39,716 - 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 11:01:39,717 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-24 11:01:39,717 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-24 11:01:42,739 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-24 11:01:52,085 - 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 9.339s OK 2018-05-24 11:01:52,206 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 11:01:52,206 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-24 11:01:52,210 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-24 11:01:54,221 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-24 11:14:31,079 - 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 756.805s OK 2018-05-24 11:14:31,191 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 11:14:31,192 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:37 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-24 11:14:31,196 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-24 11:14:32,065 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-24 11:15:13,810 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.743s OK 2018-05-24 11:15:13,921 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 11:15:13,922 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-24 11:15:13,926 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 12:37 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-24 11:15:13,929 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-24 11:15:16,577 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-146 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 11:15:16,579 - 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=q4vDYM44kkYcfZnv3jWzhxkrD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-05-24 11:15:16,580 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 11:15:16,580 - 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 11:15:16,581 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-24 11:15:16,581 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-24 11:15:18,080 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'18e97d20-e616-4b58-a1b7-a548873196ee'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T10:51:14Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'aee0377f-745a-4823-859e-bfeba913dc67', 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'83af325433d9423aaecb05e3af5277bf', u'created_at': u'2018-05-24T10:51:07Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'83af325433d9423aaecb05e3af5277bf'}) 2018-05-24 11:15:18,454 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-24 11:15:18,454 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-24 11:15:18,896 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-24 11:15:18,896 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-24 11:15:19,286 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-24 11:15:19,287 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-24 11:15:19' 2018-05-24 11:15:19,287 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4' 2018-05-24 11:15:19,287 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-24 11:15:21,604 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T11:15:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/3aed6527-3a8b-45dc-8c23-c5b0f3fdbe73/file', u'owner': u'139bd346490545df8f08a6b11feb7939', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3aed6527-3a8b-45dc-8c23-c5b0f3fdbe73', u'size': None, u'name': u'functest-vping--8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', u'checksum': None, u'self': u'/v2/images/3aed6527-3a8b-45dc-8c23-c5b0f3fdbe73', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T11:15:19Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 11:15:21,605 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4' 2018-05-24 11:15:22,148 - 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-24T11:15:21Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'674085b1-e20e-436c-a0c9-80b1d26b5cfc', u'provider:segmentation_id': 70, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', u'admin_state_up': True, u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T11:15:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 11:15:23,101 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T11:15:22Z', 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'08d50a70-ee21-4644-831d-d8f2ac21cb09', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', u'enable_dhcp': True, u'network_id': u'674085b1-e20e-436c-a0c9-80b1d26b5cfc', u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T11:15:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 11:15:23,101 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4' 2018-05-24 11:15:27,026 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'aee0377f-745a-4823-859e-bfeba913dc67', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'18e97d20-e616-4b58-a1b7-a548873196ee', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T11:15:26Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-24T11:15:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'139bd346490545df8f08a6b11feb7939', u'id': u'a0f0e642-0a74-48ec-a2a9-65425f77820a', u'name': u'vping-router-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4'}) 2018-05-24 11:15:28,351 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4' 2018-05-24 11:15:28,579 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', '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'139bd346490545df8f08a6b11feb7939', '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'7cefb12d-c6fb-42a0-8f18-18a908b76ef3', 'swap': 0}) 2018-05-24 11:15:29,361 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4' 2018-05-24 11:15:41,013 - 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-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6d:b1:ed', u'version': 4, u'addr': u'192.168.130.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3aed6527-3a8b-45dc-8c23-c5b0f3fdbe73'}), 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-00000023', u'OS-SRV-USG:launched_at': u'2018-05-24T11:08:05.000000', 'flavor': Munch({u'id': u'7cefb12d-c6fb-42a0-8f18-18a908b76ef3'}), 'az': u'nova', 'id': u'2aed4f74-29da-47cf-bf37-2530a532e1a4', 'security_groups': [Munch({u'name': u'vping-sg-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd4770e38d0b8430ebceab025e9f02c0c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'139bd346490545df8f08a6b11feb7939', '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-24T11:08:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-24T11:15:38Z', 'hostId': u'3f70e7e6af38d30617bfbd75df49ea012ac24a453c5a710c4cb5406c', 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.8', 'cloud': 'envvars', 'host_id': u'3f70e7e6af38d30617bfbd75df49ea012ac24a453c5a710c4cb5406c', '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-00000023', u'OS-SRV-USG:launched_at': u'2018-05-24T11:08:05.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'139bd346490545df8f08a6b11feb7939', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', 'adminPass': u'XdEZ5zdYqQtv', 'tenant_id': u'139bd346490545df8f08a6b11feb7939', 'region': 'regionOne', 'created': u'2018-05-24T11:15:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-24 11:15:43,402 - 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 728890270 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132383] pid_max: default: 32768 minimum: 301 [ 0.133252] ACPI: Core revision 20150930 [ 0.134616] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135891] Security Framework initialized [ 0.136686] Yama: becoming mindful. [ 0.137399] AppArmor: AppArmor initialized [ 0.138249] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139544] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140793] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141966] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143614] Initializing cgroup subsys io [ 0.144626] Initializing cgroup subsys memory [ 0.145691] Initializing cgroup subsys devices [ 0.146785] Initializing cgroup subsys freezer [ 0.147871] Initializing cgroup subsys net_cls [ 0.148944] Initializing cgroup subsys perf_event [ 0.150080] Initializing cgroup subsys net_prio [ 0.151181] Initializing cgroup subsys hugetlb [ 0.152260] Initializing cgroup subsys pids [ 0.153338] CPU: Physical Processor ID: 0 [ 0.155059] mce: CPU supports 10 MCE banks [ 0.156124] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.169946] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.177640] ftrace: allocating 31920 entries in 125 pages [ 0.209034] smpboot: Max logical packages: 1 [ 0.210114] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211812] x2apic enabled [ 0.212833] Switched APIC routing to physical x2apic. [ 0.215012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220531] KVM setup paravirtual spinlock [ 0.221799] x86: Booted up 1 node, 1 CPUs [ 0.222587] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223944] devtmpfs: initialized [ 0.225653] evm: security.selinux [ 0.226342] evm: security.SMACK64 [ 0.227017] evm: security.SMACK64EXEC [ 0.227746] evm: security.SMACK64TRANSMUTE [ 0.228537] evm: security.SMACK64MMAP [ 0.229270] evm: security.ima [ 0.229898] evm: security.capability [ 0.230690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232500] pinctrl core: initialized pinctrl subsystem [ 0.233577] RTC time: 11:08:05, date: 05/24/18 [ 0.234511] NET: Registered protocol family 16 [ 0.235462] cpuidle: using governor ladder [ 0.236266] cpuidle: using governor menu [ 0.237034] PCCT header not found. [ 0.237783] ACPI: bus type PCI registered [ 0.238570] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239782] PCI: Using configuration type 1 for base access [ 0.241520] ACPI: Added _OSI(Module Device) [ 0.242352] ACPI: Added _OSI(Processor Device) [ 0.243192] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244073] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246179] ACPI: Interpreter enabled [ 0.246942] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252362] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254158] ACPI: (supports S0 S5) [ 0.254850] ACPI: Using IOAPIC for interrupt routing [ 0.255881] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258936] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260060] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261277] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262446] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264627] acpiphp: Slot [3] registered [ 0.265416] acpiphp: Slot [4] registered [ 0.266199] acpiphp: Slot [5] registered [ 0.266994] acpiphp: Slot [6] registered [ 0.267778] acpiphp: Slot [7] registered [ 0.268570] acpiphp: Slot [8] registered [ 0.269358] acpiphp: Slot [9] registered [ 0.270136] acpiphp: Slot [10] registered [ 0.270932] acpiphp: Slot [11] registered [ 0.271741] acpiphp: Slot [12] registered [ 0.272541] acpiphp: Slot [13] registered [ 0.273339] acpiphp: Slot [14] registered [ 0.274133] acpiphp: Slot [15] registered [ 0.285205] acpiphp: Slot [16] registered [ 0.286002] acpiphp: Slot [17] registered [ 0.286800] acpiphp: Slot [18] registered [ 0.287595] acpiphp: Slot [19] registered [ 0.288388] acpiphp: Slot [20] registered [ 0.289179] acpiphp: Slot [21] registered [ 0.289979] acpiphp: Slot [22] registered [ 0.290777] acpiphp: Slot [23] registered [ 0.291574] acpiphp: Slot [24] registered [ 0.292369] acpiphp: Slot [25] registered [ 0.293160] acpiphp: Slot [26] registered [ 0.293953] acpiphp: Slot [27] registered [ 0.294759] acpiphp: Slot [28] registered [ 0.295556] acpiphp: Slot [29] registered [ 0.296352] acpiphp: Slot [30] registered [ 0.297142] acpiphp: Slot [31] registered [ 0.297936] PCI host bridge to bus 0000:00 [ 0.298731] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299916] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301102] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302522] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303945] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310287] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311542] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312702] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313946] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.320962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.322385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371574] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.373035] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374449] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.375858] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.377250] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379024] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.380178] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.381223] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.382745] vgaarb: loaded [ 0.383340] vgaarb: bridge control possible 0000:00:02.0 [ 0.384460] SCSI subsystem initialized [ 0.385267] ACPI: bus type USB registered [ 0.386066] usbcore: registered new interface driver usbfs [ 0.387087] usbcore: registered new interface driver hub [ 0.388086] usbcore: registered new device driver usb [ 0.389126] PCI: Using ACPI for IRQ routing [ 0.390139] NetLabel: Initializing [ 0.390845] NetLabel: domain hash size = 128 [ 0.391688] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.392748] NetLabel: unlabeled traffic allowed by default [ 0.394116] clocksource: Switched to clocksource kvm-clock [ 0.401454] AppArmor: AppArmor Filesystem Enabled [ 0.402677] pnp: PnP ACPI init [ 0.403846] pnp: PnP ACPI: found 5 devices [ 0.410794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412933] NET: Registered protocol family 2 [ 0.414140] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.415734] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.417195] TCP: Hash tables configured (established 4096 bind 4096) [ 0.418582] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.419645] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.420786] NET: Registered protocol family 1 [ 0.421636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.422713] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.423765] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437741] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451940] Trying to unpack rootfs image as initramfs... [ 0.501765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.515645] Scanning for low memory corruption every 60 seconds [ 0.516951] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.518076] audit: initializing netlink subsys (disabled) [ 0.519092] audit: type=2000 audit(1527160086.611:1): initialized [ 0.520388] Initialise system trusted keyring [ 0.521301] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.522449] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.524388] zbud: loaded [ 0.525076] VFS: Disk quotas dquot_6.6.0 [ 0.525882] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.527379] fuse init (API version 7.23) [ 0.528262] Key type big_key registered [ 0.529047] Allocating IMA MOK and blacklist keyrings. [ 0.530155] Key type asymmetric registered [ 0.530969] Asymmetric key parser 'x509' registered [ 0.531905] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.533704] io scheduler noop registered [ 0.534497] io scheduler deadline registered (default) [ 0.535466] io scheduler cfq registered [ 0.536286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.537307] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.538556] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.539991] ACPI: Power Button [PWRF] [ 0.540809] GHES: HEST is not enabled! [ 0.554279] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.581960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.584284] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.609002] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.611685] Linux agpgart interface v0.103 [ 0.613715] brd: module loaded [ 0.614893] loop: module loaded [ 0.620050] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.640514] GPT:90111 != 2097151 [ 0.641175] GPT:Alternate GPT header not at the end of the disk. [ 0.642273] GPT:90111 != 2097151 [ 0.642933] GPT: Use GNU Parted to correct GPT errors. [ 0.643872] vda: vda1 vda15 [ 0.645695] scsi host0: ata_piix [ 0.646430] scsi host1: ata_piix [ 0.647120] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.648307] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.649714] libphy: Fixed MDIO Bus: probed [ 0.650530] tun: Universal TUN/TAP device driver, 1.6 [ 0.651463] tun: (C) 1999-2004 Max Krasnyansky [ 0.653729] PPP generic driver version 2.4.2 [ 0.654612] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.656031] ehci-pci: EHCI PCI platform driver [ 0.656850] ehci-platform: EHCI generic platform driver [ 0.657789] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.658897] ohci-pci: OHCI PCI platform driver [ 0.659757] ohci-platform: OHCI generic platform driver [ 0.660726] uhci_hcd: USB Universal Host Controller Interface driver [ 0.675208] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.676195] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.677627] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.678645] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.679744] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.680940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.682333] usb usb1: Product: UHCI Host Controller [ 0.683246] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.684357] usb usb1: SerialNumber: 0000:00:01.2 [ 0.685397] hub 1-0:1.0: USB hub found [ 0.686165] hub 1-0:1.0: 2 ports detected [ 0.687055] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.689152] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.690087] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.691093] mousedev: PS/2 mouse device common for all mice [ 0.692336] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.694145] rtc_cmos 00:00: RTC can wake from S4 [ 0.695212] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.696387] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.697624] i2c /dev entries driver [ 0.698393] device-mapper: uevent: version 1.0.3 [ 0.699322] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.700909] ledtrig-cpu: registered to indicate activity on CPUs [ 0.702170] NET: Registered protocol family 10 [ 0.703141] NET: Registered protocol family 17 [ 0.704007] Key type dns_resolver registered [ 0.704924] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.705994] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707710] registered taskstats version 1 [ 0.708531] Loading compiled-in X.509 certificates [ 0.709948] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.711769] zswap: loaded using pool lzo/zbud [ 0.713126] Key type trusted registered [ 0.714678] Key type encrypted registered [ 0.715500] AppArmor: AppArmor sha1 policy hashing enabled [ 0.716498] ima: No TPM chip found, activating TPM-bypass! [ 0.717509] evm: HMAC attrs: 0x1 [ 0.718446] Magic number: 2:29:126 [ 0.719207] acpi device:01: hash matches [ 0.720034] rtc_cmos 00:00: setting system clock to 2018-05-24 11:08:06 UTC (1527160086) [ 0.721611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.722774] EDD information not available. [ 0.807113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.819117] Write protecting the kernel read-only data: 14336k [ 0.820688] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.822531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.864897] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.13 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.8... Lease of 192.168.130.8 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.23. iid=i-00000020 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCv4b42BSTsMIY38fpgsyTbGr2h9yluPX1lF0pf1U0FefjXJr/KxZJNAdvI/MkWfCUxlVDZynYgICHSTiUoNF+wf5Ezsi0WwBxOMFRbUgYOvdRBqKBoeAIk7PEjf1TnLN1LVgcdO7fDRhxqIN3fqtDS9uCgii2pc6I0g5zd8po/ZiWXc2jQkty9df7bXrHZI+WYJZq0ash64v3r/Cm7mUu5os5vRjX7WmqkDcAh2tk5KCFJZOTo3G58oY0IWAfPte6IS2D261F9Tpw6D76jsfuvOtz0QlYeoRfcqut6GJhUDBbO98d3dxwKFHPLWkor8dbXEbDz1DR7wPMPP8fTnGmX root@opnfv-vping-1-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4 ssh-dss AAAAB3NzaC1kc3MAAACBANNdBLmu7BPCfOVgFTmD7peK0HhvNN4GSf/TvOsCdeAc9632FD8CSVZrJ9eGixQ+mHJC/H2TM97SLy2JY4aO2PbXWRfBsRK8sKIhDa8kS5ah5/lyljECdVDIPmCDjFHsXM+KpkDooRQQM/yTkc/ALwH8UqbPRc1OMeX+hD/4Y8TzAAAAFQDANrWpF5zfyiTwsyEX82W0USixkQAAAIBs4RbjSl+wMi/wrKHK2lMMYet1kiB3ob2XAHQuGe+oDwQkwlSwK/KM9kIN7HZ8M8hYv4ThdMtu5PEWLUtNytSQP7KperA1VQULaP5TGKKLLUBTG2K9dTA8yA9Wdf2ExWYFpU98lEg1AWhggyjRvzxacTG8esS2hvtJF77q3yrREgAAAIAkq3ihivZXUXHjut9lmlIdDY/JaLJVVbFr/ppidPStt7KDs/nml2Y1R2ELXIa2/1s/ZHOVrOAPYWlIv7TH3ZQ2gImiQl4Fn3bbTSobAYwdfJA31FLKCHZKqzefgo3shVrneH+5E6ZSVvCxYyVeTpWibaL0ir/EsttwhOrW94vUFg== root@opnfv-vping-1-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.8,24,fe80::f816:3eff:fe6d:b1ed/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.4 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.8 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-00000020 name: N/A availability-zone: nova local-hostname: opnfv-vping-1-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4 launch-index: 0 === cirros: current=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4 login: 2018-05-24 11:15:43,403 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4' 2018-05-24 11:15:43,766 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrU4DI4WleL9FebtwHPlNCwxdWcsqG+PKzbGpGmV0qNKiSEbO9lniGcRAVv76G3a4L6E+y325yPOpQfXdzC4XESoUk2M4zs8XIKEKaJB4Jv70IGKre/3vzwfhdPXDQcbvcRyTpffNBzMaAS5pq23jOCZmGFhlkLyB32WI8iTo1FMjo0gTX7laU5qvX23cQmDAcJEhD0cD1uHhAmzqUkyr0PZYhe5aGBWbSrPqcauO2Dlw3gPUHwlZGE1+vuHJ+Eq6qQwBAfOaHceklF4vBrMA61QsDpUC7oK8q95oGGbWMOgKCCGLQgEMNg6YaWmctIg73QSII5SWtRrQw2ySlAPmp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAq1OAyOFpXi/RXm7cBz5TQsMXVnLKhvjys2xqRpldKjSokhGz\nvZZ4hnEQFb++ht2uC+hPst9ucjzqUH13cwuFxEqFJNjOM7PFyChCmiQeCb+9CBiq\n3v9788H4XT1w0HG73Eck6X3zQczGgEuaatt4zgmZhhYZZC8gd9liPIk6NRTI6NIE\n1+5WlOar19t3EJgwHCRIQ9HA9bh4QJs6lJMq9D2WIXuWhgVm0qz6nGrjtg5cN4D1\nB8JWRhNfr7hyfhKuqkMAQHzmh3HpJReLwazAOtULA6VAu6CvKveaBhm1jDoCgghi\n0IBDDYOmGlpnLSIO90EiCOUlrUa0MNskpQD5qQIDAQABAoIBAQCgql9EgvcAJ9Gt\nQENA27bTDgdNv7qj1sQrdMk5SctvsBBBYy5u5bRDR7Yw3y76ZNs6OXK8KQH3SZ7n\nOrIRBkY8rTGtO1AsdjNNIExNJv+wXsoT1KYxF+AS2N1j+yFXqMDmsyUvfjjohPPG\nDqBSA12HwsLhVsobBILrQcX5RSt76Ggt3gmEYnCd4+aLhhiPAByV9L2QR9BR52wA\n87bujjDZRrWgrqQP+KoziY/6WcIHB6VV1O6WamDuoWuX0/C507cJ5LEXJqEay6Ht\n3rERd8fzxaVHNr/5XGAehKO2nNiKgKgAPxLYVD2OQxnXu6kGFkqOly8bukomdyGK\nXzg0QbwBAoGBANMQUx5E9nbyRvu/pDwWxkjPrkpy041TNkzb1txXGSVtXt0cWNo2\n1zGnLZCoka+HkS/Ia5kfz9Ophq8lLjQaGbLszm3iDptUhwcdGtqUf1rfeWBV3G26\nTttyTOQ6bAwgoqHqtRQKJ6ew5YamtGsjSCTE0iXGV/+Z3cEwuQFCMEiBAoGBAM/N\nWScE4hnkD0n+x35mg0AZoBFl0gRb4rPZkMFiI8nKCM9kA3ioJmN4ruOC2eXbUOgV\nDUSh89IjC0QmDm4Ac5eCm6bCUVoEfcWhKpHgjTkORnb4bY06/fSEDP/mm//85lR4\nY4tCMek2/CKQYQpKDymPrTaWj6xn+FrXYEmVrt0pAoGBAI1Bbq9ibiTbLwCLmMoS\nX/AY9kejI8yAtWWo99qNfCndUdDfiOO6Mjlr7oXTG3WDYHq/Qqu/a6L34UjUtGBw\nW2SxMdK+qRHx91CefPtuyPEzgRMlQ5o4R1B85dMU+nz/VnjRERFxXmrPbD260iKm\nAUGCbDaV0Q0imBQUnKyn9JKBAoGBAJ2ptAbC0bnLKz59LGde6B5uUuBgXKQqAytp\n20aea4Di5SRVQbz994JpQmgkE6cua4hq0JJOPmwlYprmNPSJKyq9UdOIg6jE15hm\n26GqufucNSJ3AsexBpXKywItuhbTjv5wCTbTloLX0R14ZegkoLRr6oQMYB3zFJ/3\n4XpzMyVhAoGAQip9SUxKeUI07+aP5Q6xTdViC9AS/sHXAyBB7mmCy1ULomVid1JW\nrzWmazJdH+VjcQlsm4vsTyDVTNuY1m65ic4IL4wtlU8YgxEvvmBfLITE9+A3pxVi\nwD1eDUt3lEHpgGtqlb/hLcqwsxYgOqU18lx7Uj/7I9IuHDH12a+12tA=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd4770e38d0b8430ebceab025e9f02c0c', 'name': u'vping-keypair-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', 'created_at': '2018-05-24T11:15:43.766244', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'139bd346490545df8f08a6b11feb7939', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'08:23:00:44:33:40:80:2e:f7:85:db:40:44:69:92:8d', 'type': 'ssh', 'id': u'vping-keypair-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4'}) 2018-05-24 11:15:43,766 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAq1OAyOFpXi/RXm7cBz5TQsMXVnLKhvjys2xqRpldKjSokhGz vZZ4hnEQFb++ht2uC+hPst9ucjzqUH13cwuFxEqFJNjOM7PFyChCmiQeCb+9CBiq 3v9788H4XT1w0HG73Eck6X3zQczGgEuaatt4zgmZhhYZZC8gd9liPIk6NRTI6NIE 1+5WlOar19t3EJgwHCRIQ9HA9bh4QJs6lJMq9D2WIXuWhgVm0qz6nGrjtg5cN4D1 B8JWRhNfr7hyfhKuqkMAQHzmh3HpJReLwazAOtULA6VAu6CvKveaBhm1jDoCgghi 0IBDDYOmGlpnLSIO90EiCOUlrUa0MNskpQD5qQIDAQABAoIBAQCgql9EgvcAJ9Gt QENA27bTDgdNv7qj1sQrdMk5SctvsBBBYy5u5bRDR7Yw3y76ZNs6OXK8KQH3SZ7n OrIRBkY8rTGtO1AsdjNNIExNJv+wXsoT1KYxF+AS2N1j+yFXqMDmsyUvfjjohPPG DqBSA12HwsLhVsobBILrQcX5RSt76Ggt3gmEYnCd4+aLhhiPAByV9L2QR9BR52wA 87bujjDZRrWgrqQP+KoziY/6WcIHB6VV1O6WamDuoWuX0/C507cJ5LEXJqEay6Ht 3rERd8fzxaVHNr/5XGAehKO2nNiKgKgAPxLYVD2OQxnXu6kGFkqOly8bukomdyGK Xzg0QbwBAoGBANMQUx5E9nbyRvu/pDwWxkjPrkpy041TNkzb1txXGSVtXt0cWNo2 1zGnLZCoka+HkS/Ia5kfz9Ophq8lLjQaGbLszm3iDptUhwcdGtqUf1rfeWBV3G26 TttyTOQ6bAwgoqHqtRQKJ6ew5YamtGsjSCTE0iXGV/+Z3cEwuQFCMEiBAoGBAM/N WScE4hnkD0n+x35mg0AZoBFl0gRb4rPZkMFiI8nKCM9kA3ioJmN4ruOC2eXbUOgV DUSh89IjC0QmDm4Ac5eCm6bCUVoEfcWhKpHgjTkORnb4bY06/fSEDP/mm//85lR4 Y4tCMek2/CKQYQpKDymPrTaWj6xn+FrXYEmVrt0pAoGBAI1Bbq9ibiTbLwCLmMoS X/AY9kejI8yAtWWo99qNfCndUdDfiOO6Mjlr7oXTG3WDYHq/Qqu/a6L34UjUtGBw W2SxMdK+qRHx91CefPtuyPEzgRMlQ5o4R1B85dMU+nz/VnjRERFxXmrPbD260iKm AUGCbDaV0Q0imBQUnKyn9JKBAoGBAJ2ptAbC0bnLKz59LGde6B5uUuBgXKQqAytp 20aea4Di5SRVQbz994JpQmgkE6cua4hq0JJOPmwlYprmNPSJKyq9UdOIg6jE15hm 26GqufucNSJ3AsexBpXKywItuhbTjv5wCTbTloLX0R14ZegkoLRr6oQMYB3zFJ/3 4XpzMyVhAoGAQip9SUxKeUI07+aP5Q6xTdViC9AS/sHXAyBB7mmCy1ULomVid1JW rzWmazJdH+VjcQlsm4vsTyDVTNuY1m65ic4IL4wtlU8YgxEvvmBfLITE9+A3pxVi wD1eDUt3lEHpgGtqlb/hLcqwsxYgOqU18lx7Uj/7I9IuHDH12a+12tA= -----END RSA PRIVATE KEY----- 2018-05-24 11:15:44,663 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4' 2018-05-24 11:15:52,441 - 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-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ec:1a:d0', u'version': 4, u'addr': u'192.168.130.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3aed6527-3a8b-45dc-8c23-c5b0f3fdbe73'}), 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-00000026', u'OS-SRV-USG:launched_at': u'2018-05-24T11:08:26.000000', 'flavor': Munch({u'id': u'7cefb12d-c6fb-42a0-8f18-18a908b76ef3'}), 'az': u'nova', 'id': u'66823f3a-182e-4d73-82f5-7701910ab430', 'security_groups': [Munch({u'name': u'vping-sg-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd4770e38d0b8430ebceab025e9f02c0c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'139bd346490545df8f08a6b11feb7939', '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-24T11:08:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-24T11:15:51Z', 'hostId': u'0a4a28a4834ccd4508430b5dd1d776e7a30895ad3e5a2e8844dabf32', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', 'public_v6': '', 'private_v4': u'192.168.130.9', 'cloud': 'envvars', 'host_id': u'0a4a28a4834ccd4508430b5dd1d776e7a30895ad3e5a2e8844dabf32', '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-00000026', u'OS-SRV-USG:launched_at': u'2018-05-24T11:08:26.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'139bd346490545df8f08a6b11feb7939', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-ssh--8f2dd5e6-ad06-4cbb-b72c-ab62f23059d4', 'adminPass': u'yatrkuRQX7BW', 'tenant_id': u'139bd346490545df8f08a6b11feb7939', 'region': 'regionOne', 'created': u'2018-05-24T11:15:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-24 11:15:54,267 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'ACTIVE', 'router_id': u'a0f0e642-0a74-48ec-a2a9-65425f77820a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'139bd346490545df8f08a6b11feb7939', 'created_at': u'2018-05-24T11:15:53Z', 'attached': True, 'updated_at': u'2018-05-24T11:15:53Z', 'id': u'8d118e6c-8e92-4fa9-b535-c994000f0532', 'floating_network_id': u'aee0377f-745a-4823-859e-bfeba913dc67', 'fixed_ip_address': u'192.168.130.9', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'139bd346490545df8f08a6b11feb7939', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a0f0e642-0a74-48ec-a2a9-65425f77820a', 'project_id': u'139bd346490545df8f08a6b11feb7939', 'port_id': u'34cb0d70-648d-4c19-9a82-b6110e8626cd', 'port': u'34cb0d70-648d-4c19-9a82-b6110e8626cd', 'network': u'aee0377f-745a-4823-859e-bfeba913dc67'}) 2018-05-24 11:15:56,463 - 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 563942698 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129928] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131575] pid_max: default: 32768 minimum: 301 [ 0.132459] ACPI: Core revision 20150930 [ 0.133832] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135139] Security Framework initialized [ 0.135957] Yama: becoming mindful. [ 0.136678] AppArmor: AppArmor initialized [ 0.137540] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138862] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140132] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142698] Initializing cgroup subsys io [ 0.143503] Initializing cgroup subsys memory [ 0.144350] Initializing cgroup subsys devices [ 0.145218] Initializing cgroup subsys freezer [ 0.146070] Initializing cgroup subsys net_cls [ 0.146927] Initializing cgroup subsys perf_event [ 0.147831] Initializing cgroup subsys net_prio [ 0.148703] Initializing cgroup subsys hugetlb [ 0.149564] Initializing cgroup subsys pids [ 0.150428] CPU: Physical Processor ID: 0 [ 0.151929] mce: CPU supports 10 MCE banks [ 0.152771] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153764] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165872] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172144] ftrace: allocating 31920 entries in 125 pages [ 0.198146] smpboot: Max logical packages: 1 [ 0.198996] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200336] x2apic enabled [ 0.201148] Switched APIC routing to physical x2apic. [ 0.202893] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204011] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206009] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207814] KVM setup paravirtual spinlock [ 0.209096] x86: Booted up 1 node, 1 CPUs [ 0.209902] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211279] devtmpfs: initialized [ 0.212987] evm: security.selinux [ 0.213691] evm: security.SMACK64 [ 0.214380] evm: security.SMACK64EXEC [ 0.215119] evm: security.SMACK64TRANSMUTE [ 0.215923] evm: security.SMACK64MMAP [ 0.216668] evm: security.ima [ 0.217313] evm: security.capability [ 0.218115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.219967] pinctrl core: initialized pinctrl subsystem [ 0.221069] RTC time: 11:08:26, date: 05/24/18 [ 0.222022] NET: Registered protocol family 16 [ 0.222987] cpuidle: using governor ladder [ 0.223802] cpuidle: using governor menu [ 0.224584] PCCT header not found. [ 0.225337] ACPI: bus type PCI registered [ 0.226140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227374] PCI: Using configuration type 1 for base access [ 0.229114] ACPI: Added _OSI(Module Device) [ 0.229955] ACPI: Added _OSI(Processor Device) [ 0.230816] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231715] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233811] ACPI: Interpreter enabled [ 0.234586] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236440] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.241977] ACPI: (supports S0 S5) [ 0.242687] ACPI: Using IOAPIC for interrupt routing [ 0.243770] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246853] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247997] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249233] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250425] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252648] acpiphp: Slot [3] registered [ 0.253458] acpiphp: Slot [4] registered [ 0.254261] acpiphp: Slot [5] registered [ 0.255058] acpiphp: Slot [6] registered [ 0.255854] acpiphp: Slot [7] registered [ 0.256664] acpiphp: Slot [8] registered [ 0.257468] acpiphp: Slot [9] registered [ 0.258264] acpiphp: Slot [10] registered [ 0.259079] acpiphp: Slot [11] registered [ 0.259895] acpiphp: Slot [12] registered [ 0.260714] acpiphp: Slot [13] registered [ 0.261525] acpiphp: Slot [14] registered [ 0.262336] acpiphp: Slot [15] registered [ 0.273541] acpiphp: Slot [16] registered [ 0.274362] acpiphp: Slot [17] registered [ 0.275172] acpiphp: Slot [18] registered [ 0.275984] acpiphp: Slot [19] registered [ 0.276802] acpiphp: Slot [20] registered [ 0.277626] acpiphp: Slot [21] registered [ 0.278439] acpiphp: Slot [22] registered [ 0.279253] acpiphp: Slot [23] registered [ 0.280063] acpiphp: Slot [24] registered [ 0.280885] acpiphp: Slot [25] registered [ 0.281703] acpiphp: Slot [26] registered [ 0.282516] acpiphp: Slot [27] registered [ 0.283333] acpiphp: Slot [28] registered [ 0.284143] acpiphp: Slot [29] registered [ 0.284957] acpiphp: Slot [30] registered [ 0.285770] acpiphp: Slot [31] registered [ 0.286572] PCI host bridge to bus 0000:00 [ 0.287373] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288571] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289780] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292658] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298875] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.300146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301318] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302587] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309424] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358252] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359739] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361161] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362580] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363980] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365888] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368100] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.369656] vgaarb: loaded [ 0.370264] vgaarb: bridge control possible 0000:00:02.0 [ 0.371400] SCSI subsystem initialized [ 0.372220] ACPI: bus type USB registered [ 0.373035] usbcore: registered new interface driver usbfs [ 0.374079] usbcore: registered new interface driver hub [ 0.375086] usbcore: registered new device driver usb [ 0.376138] PCI: Using ACPI for IRQ routing [ 0.377162] NetLabel: Initializing [ 0.377876] NetLabel: domain hash size = 128 [ 0.378729] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.379678] NetLabel: unlabeled traffic allowed by default [ 0.380776] clocksource: Switched to clocksource kvm-clock [ 0.386294] AppArmor: AppArmor Filesystem Enabled [ 0.387263] pnp: PnP ACPI init [ 0.388179] pnp: PnP ACPI: found 5 devices [ 0.394539] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396236] NET: Registered protocol family 2 [ 0.397195] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398454] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.399616] TCP: Hash tables configured (established 4096 bind 4096) [ 0.400769] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401844] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403009] NET: Registered protocol family 1 [ 0.403870] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404966] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406047] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420087] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434351] Trying to unpack rootfs image as initramfs... [ 0.484564] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498148] Scanning for low memory corruption every 60 seconds [ 0.499492] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500636] audit: initializing netlink subsys (disabled) [ 0.501662] audit: type=2000 audit(1527160107.528:1): initialized [ 0.502963] Initialise system trusted keyring [ 0.503895] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505080] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507053] zbud: loaded [ 0.507767] VFS: Disk quotas dquot_6.6.0 [ 0.508594] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510125] fuse init (API version 7.23) [ 0.511020] Key type big_key registered [ 0.511828] Allocating IMA MOK and blacklist keyrings. [ 0.512948] Key type asymmetric registered [ 0.513783] Asymmetric key parser 'x509' registered [ 0.514805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516634] io scheduler noop registered [ 0.517441] io scheduler deadline registered (default) [ 0.518436] io scheduler cfq registered [ 0.519268] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520317] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523060] ACPI: Power Button [PWRF] [ 0.523892] GHES: HEST is not enabled! [ 0.539846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568252] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570585] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594257] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596403] Linux agpgart interface v0.103 [ 0.598465] brd: module loaded [ 0.599663] loop: module loaded [ 0.604731] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.606184] GPT:90111 != 2097151 [ 0.606861] GPT:Alternate GPT header not at the end of the disk. [ 0.607945] GPT:90111 != 2097151 [ 0.608618] GPT: Use GNU Parted to correct GPT errors. [ 0.609579] vda: vda1 vda15 [ 0.610973] scsi host0: ata_piix [ 0.611712] scsi host1: ata_piix [ 0.612422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613640] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615089] libphy: Fixed MDIO Bus: probed [ 0.615912] tun: Universal TUN/TAP device driver, 1.6 [ 0.616867] tun: (C) 1999-2004 Max Krasnyansky [ 0.618974] PPP generic driver version 2.4.2 [ 0.619869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621152] ehci-pci: EHCI PCI platform driver [ 0.622026] ehci-platform: EHCI generic platform driver [ 0.623004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624117] ohci-pci: OHCI PCI platform driver [ 0.624991] ohci-platform: OHCI generic platform driver [ 0.625976] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640317] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641323] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642775] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643795] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.644921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646139] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647556] usb usb1: Product: UHCI Host Controller [ 0.648488] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649631] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650705] hub 1-0:1.0: USB hub found [ 0.651481] hub 1-0:1.0: 2 ports detected [ 0.652377] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654487] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655443] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656467] mousedev: PS/2 mouse device common for all mice [ 0.657721] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659542] rtc_cmos 00:00: RTC can wake from S4 [ 0.660635] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.661838] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663038] i2c /dev entries driver [ 0.663810] device-mapper: uevent: version 1.0.3 [ 0.664758] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666394] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667684] NET: Registered protocol family 10 [ 0.668684] NET: Registered protocol family 17 [ 0.669582] Key type dns_resolver registered [ 0.670512] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671613] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673368] registered taskstats version 1 [ 0.674206] Loading compiled-in X.509 certificates [ 0.675638] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677497] zswap: loaded using pool lzo/zbud [ 0.678860] Key type trusted registered [ 0.680403] Key type encrypted registered [ 0.681228] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682246] ima: No TPM chip found, activating TPM-bypass! [ 0.683266] evm: HMAC attrs: 0x1 [ 0.684212] Magic number: 2:29:126 [ 0.684984] acpi device:01: hash matches [ 0.685833] rtc_cmos 00:00: setting system clock to 2018-05-24 11:08:27 UTC (1527160107) [ 0.687421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688533] EDD information not available. [ 0.773720] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785629] Write protecting the kernel read-only data: 14336k [ 0.787204] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789001] 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.65 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.896486] random: dd urandom read 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.9... Lease of 192.168.130.9 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.80. iid=i-00000023 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 11:15:56,464 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-24 11:15:57,574 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ssh: 2018-05-24 11:15:57,579 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - ping output: >> 2018-05-24 11:16:07,582 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-24 11:16:07,582 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-24 11:16:08,090 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 11:16:08,091 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:48 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-24 11:16:22,235 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-05-24 11:16:22,236 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-24 11:16:22,949 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'18e97d20-e616-4b58-a1b7-a548873196ee'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T10:51:14Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'aee0377f-745a-4823-859e-bfeba913dc67', 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'83af325433d9423aaecb05e3af5277bf', u'created_at': u'2018-05-24T10:51:07Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'83af325433d9423aaecb05e3af5277bf'}) 2018-05-24 11:16:22,950 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-24 11:16:22,950 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-24 11:16:22' 2018-05-24 11:16:22,950 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--8c71d8f8-c49d-4418-9e62-d9d3959877c6' 2018-05-24 11:16:22,950 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-24 11:16:26,035 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--8c71d8f8-c49d-4418-9e62-d9d3959877c6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T11:16:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/dc48a89a-eea6-430b-b81f-fb3a2fadee37/file', u'owner': u'139bd346490545df8f08a6b11feb7939', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'dc48a89a-eea6-430b-b81f-fb3a2fadee37', u'size': None, u'name': u'functest-vping--8c71d8f8-c49d-4418-9e62-d9d3959877c6', u'checksum': None, u'self': u'/v2/images/dc48a89a-eea6-430b-b81f-fb3a2fadee37', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T11:16:23Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 11:16:26,035 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-8c71d8f8-c49d-4418-9e62-d9d3959877c6' 2018-05-24 11:16:26,688 - 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-24T11:16:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a42f8cde-30a8-4583-9587-ab1d5bda97d4', u'provider:segmentation_id': 90, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-8c71d8f8-c49d-4418-9e62-d9d3959877c6', u'admin_state_up': True, u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T11:16:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 11:16:27,652 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T11:16:27Z', 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'a202070a-d6f4-4b52-8df9-4aedaa6d3235', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-8c71d8f8-c49d-4418-9e62-d9d3959877c6', u'enable_dhcp': True, u'network_id': u'a42f8cde-30a8-4583-9587-ab1d5bda97d4', u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T11:16:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 11:16:27,652 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-8c71d8f8-c49d-4418-9e62-d9d3959877c6' 2018-05-24 11:16:28,573 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'aee0377f-745a-4823-859e-bfeba913dc67', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'18e97d20-e616-4b58-a1b7-a548873196ee', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T11:16:27Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-24T11:16:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'139bd346490545df8f08a6b11feb7939', u'id': u'308fb20e-4f28-48ea-84e8-38dfd7a23789', u'name': u'vping-router-8c71d8f8-c49d-4418-9e62-d9d3959877c6'}) 2018-05-24 11:16:30,207 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-8c71d8f8-c49d-4418-9e62-d9d3959877c6' 2018-05-24 11:16:30,451 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-8c71d8f8-c49d-4418-9e62-d9d3959877c6', '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'139bd346490545df8f08a6b11feb7939', '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'cd31662a-5660-4879-855a-46d0dc8a0afa', 'swap': 0}) 2018-05-24 11:16:31,272 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-8c71d8f8-c49d-4418-9e62-d9d3959877c6' 2018-05-24 11:16:39,413 - 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-8c71d8f8-c49d-4418-9e62-d9d3959877c6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9f:6e:7f', 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'dc48a89a-eea6-430b-b81f-fb3a2fadee37'}), 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-00000029', u'OS-SRV-USG:launched_at': u'2018-05-24T11:09:06.000000', 'flavor': Munch({u'id': u'cd31662a-5660-4879-855a-46d0dc8a0afa'}), 'az': u'nova', 'id': u'7028162c-a701-4d7b-9d05-3a3ab2c1d5b2', 'security_groups': [Munch({u'name': u'vping-sg-8c71d8f8-c49d-4418-9e62-d9d3959877c6'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd4770e38d0b8430ebceab025e9f02c0c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'139bd346490545df8f08a6b11feb7939', '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-24T11:09:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-24T11:16:38Z', 'hostId': u'3f70e7e6af38d30617bfbd75df49ea012ac24a453c5a710c4cb5406c', 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'3f70e7e6af38d30617bfbd75df49ea012ac24a453c5a710c4cb5406c', '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-00000029', u'OS-SRV-USG:launched_at': u'2018-05-24T11:09:06.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'139bd346490545df8f08a6b11feb7939', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-8c71d8f8-c49d-4418-9e62-d9d3959877c6', 'adminPass': u'uEHK4CpFR6Ly', 'tenant_id': u'139bd346490545df8f08a6b11feb7939', 'region': 'regionOne', 'created': u'2018-05-24T11:16:33Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-24 11:16:41,834 - 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 492402330 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.132122] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133814] pid_max: default: 32768 minimum: 301 [ 0.134720] ACPI: Core revision 20150930 [ 0.136111] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137452] Security Framework initialized [ 0.138288] Yama: becoming mindful. [ 0.139032] AppArmor: AppArmor initialized [ 0.139922] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141286] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145253] Initializing cgroup subsys io [ 0.146090] Initializing cgroup subsys memory [ 0.146973] Initializing cgroup subsys devices [ 0.147881] Initializing cgroup subsys freezer [ 0.148774] Initializing cgroup subsys net_cls [ 0.149660] Initializing cgroup subsys perf_event [ 0.150591] Initializing cgroup subsys net_prio [ 0.151505] Initializing cgroup subsys hugetlb [ 0.152398] Initializing cgroup subsys pids [ 0.153292] CPU: Physical Processor ID: 0 [ 0.154823] mce: CPU supports 10 MCE banks [ 0.155702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175023] ftrace: allocating 31920 entries in 125 pages [ 0.201179] smpboot: Max logical packages: 1 [ 0.202065] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203469] x2apic enabled [ 0.204295] Switched APIC routing to physical x2apic. [ 0.206069] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207230] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209285] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211124] KVM setup paravirtual spinlock [ 0.212449] x86: Booted up 1 node, 1 CPUs [ 0.213283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214710] devtmpfs: initialized [ 0.216443] evm: security.selinux [ 0.217161] evm: security.SMACK64 [ 0.217875] evm: security.SMACK64EXEC [ 0.218643] evm: security.SMACK64TRANSMUTE [ 0.219475] evm: security.SMACK64MMAP [ 0.220244] evm: security.ima [ 0.220905] evm: security.capability [ 0.221728] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223631] pinctrl core: initialized pinctrl subsystem [ 0.224769] RTC time: 11:09:06, date: 05/24/18 [ 0.225755] NET: Registered protocol family 16 [ 0.226752] cpuidle: using governor ladder [ 0.227596] cpuidle: using governor menu [ 0.228405] PCCT header not found. [ 0.229184] ACPI: bus type PCI registered [ 0.230015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231301] PCI: Using configuration type 1 for base access [ 0.233083] ACPI: Added _OSI(Module Device) [ 0.233960] ACPI: Added _OSI(Processor Device) [ 0.234855] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235786] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237978] ACPI: Interpreter enabled [ 0.238785] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.242542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.244476] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.246327] ACPI: (supports S0 S5) [ 0.247032] ACPI: Using IOAPIC for interrupt routing [ 0.248129] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.251224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252384] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253690] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254897] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.257143] acpiphp: Slot [3] registered [ 0.257990] acpiphp: Slot [4] registered [ 0.258824] acpiphp: Slot [5] registered [ 0.259641] acpiphp: Slot [6] registered [ 0.260443] acpiphp: Slot [7] registered [ 0.261246] acpiphp: Slot [8] registered [ 0.262053] acpiphp: Slot [9] registered [ 0.262863] acpiphp: Slot [10] registered [ 0.263748] acpiphp: Slot [11] registered [ 0.264573] acpiphp: Slot [12] registered [ 0.265391] acpiphp: Slot [13] registered [ 0.266207] acpiphp: Slot [14] registered [ 0.267029] acpiphp: Slot [15] registered [ 0.277651] acpiphp: Slot [16] registered [ 0.278469] acpiphp: Slot [17] registered [ 0.279284] acpiphp: Slot [18] registered [ 0.280094] acpiphp: Slot [19] registered [ 0.280909] acpiphp: Slot [20] registered [ 0.281731] acpiphp: Slot [21] registered [ 0.282548] acpiphp: Slot [22] registered [ 0.283381] acpiphp: Slot [23] registered [ 0.284210] acpiphp: Slot [24] registered [ 0.285057] acpiphp: Slot [25] registered [ 0.285912] acpiphp: Slot [26] registered [ 0.286730] acpiphp: Slot [27] registered [ 0.287575] acpiphp: Slot [28] registered [ 0.288407] acpiphp: Slot [29] registered [ 0.289237] acpiphp: Slot [30] registered [ 0.290058] acpiphp: Slot [31] registered [ 0.290906] PCI host bridge to bus 0000:00 [ 0.291752] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.293032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.294297] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.297262] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303490] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304839] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.306033] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.307323] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.360109] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.361603] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.363066] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.364557] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.366015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.367305] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368490] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369802] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.371438] vgaarb: loaded [ 0.372051] vgaarb: bridge control possible 0000:00:02.0 [ 0.373232] SCSI subsystem initialized [ 0.374085] ACPI: bus type USB registered [ 0.374924] usbcore: registered new interface driver usbfs [ 0.375978] usbcore: registered new interface driver hub [ 0.377034] usbcore: registered new device driver usb [ 0.378120] PCI: Using ACPI for IRQ routing [ 0.379158] NetLabel: Initializing [ 0.379889] NetLabel: domain hash size = 128 [ 0.380770] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.381743] NetLabel: unlabeled traffic allowed by default [ 0.382867] clocksource: Switched to clocksource kvm-clock [ 0.388289] AppArmor: AppArmor Filesystem Enabled [ 0.389284] pnp: PnP ACPI init [ 0.390202] pnp: PnP ACPI: found 5 devices [ 0.396589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.398357] NET: Registered protocol family 2 [ 0.399330] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.400631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.401830] TCP: Hash tables configured (established 4096 bind 4096) [ 0.403029] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.404151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405347] NET: Registered protocol family 1 [ 0.406235] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407371] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.408476] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.422653] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.436950] Trying to unpack rootfs image as initramfs... [ 0.486574] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.500508] Scanning for low memory corruption every 60 seconds [ 0.501823] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502947] audit: initializing netlink subsys (disabled) [ 0.503953] audit: type=2000 audit(1527160146.954:1): initialized [ 0.505233] Initialise system trusted keyring [ 0.506135] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509200] zbud: loaded [ 0.509904] VFS: Disk quotas dquot_6.6.0 [ 0.510717] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.512195] fuse init (API version 7.23) [ 0.513071] Key type big_key registered [ 0.513854] Allocating IMA MOK and blacklist keyrings. [ 0.514944] Key type asymmetric registered [ 0.515750] Asymmetric key parser 'x509' registered [ 0.516687] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.518484] io scheduler noop registered [ 0.519263] io scheduler deadline registered (default) [ 0.520223] io scheduler cfq registered [ 0.521034] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.522048] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.523295] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.524709] ACPI: Power Button [PWRF] [ 0.525520] GHES: HEST is not enabled! [ 0.539153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.567098] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570067] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599564] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603945] Linux agpgart interface v0.103 [ 0.606512] brd: module loaded [ 0.608056] loop: module loaded [ 0.613632] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.615253] GPT:90111 != 2097151 [ 0.615985] GPT:Alternate GPT header not at the end of the disk. [ 0.617155] GPT:90111 != 2097151 [ 0.617895] GPT: Use GNU Parted to correct GPT errors. [ 0.618920] vda: vda1 vda15 [ 0.620858] scsi host0: ata_piix [ 0.621655] scsi host1: ata_piix [ 0.622408] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.623822] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625381] libphy: Fixed MDIO Bus: probed [ 0.626254] tun: Universal TUN/TAP device driver, 1.6 [ 0.627293] tun: (C) 1999-2004 Max Krasnyansky [ 0.629668] PPP generic driver version 2.4.2 [ 0.630825] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632110] ehci-pci: EHCI PCI platform driver [ 0.633064] ehci-platform: EHCI generic platform driver [ 0.634125] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635343] ohci-pci: OHCI PCI platform driver [ 0.636460] ohci-platform: OHCI generic platform driver [ 0.637837] uhci_hcd: USB Universal Host Controller Interface driver [ 0.652989] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654385] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656400] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657769] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.661063] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663095] usb usb1: Product: UHCI Host Controller [ 0.664404] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.666018] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667339] hub 1-0:1.0: USB hub found [ 0.668298] hub 1-0:1.0: 2 ports detected [ 0.669531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672158] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673484] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674825] mousedev: PS/2 mouse device common for all mice [ 0.676541] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679069] rtc_cmos 00:00: RTC can wake from S4 [ 0.680492] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683827] i2c /dev entries driver [ 0.684870] device-mapper: uevent: version 1.0.3 [ 0.686128] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688400] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690147] NET: Registered protocol family 10 [ 0.691478] NET: Registered protocol family 17 [ 0.692699] Key type dns_resolver registered [ 0.693943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695471] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697878] registered taskstats version 1 [ 0.699023] Loading compiled-in X.509 certificates [ 0.700822] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703418] zswap: loaded using pool lzo/zbud [ 0.705597] Key type trusted registered [ 0.707893] Key type encrypted registered [ 0.709025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.710479] ima: No TPM chip found, activating TPM-bypass! [ 0.711953] evm: HMAC attrs: 0x1 [ 0.713141] Magic number: 2:579:176 [ 0.714210] acpi device:0c: hash matches [ 0.715377] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:07 UTC (1527160147) [ 0.717593] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.719163] EDD information not available. [ 0.783817] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.795982] Write protecting the kernel read-only data: 14336k [ 0.797986] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800367] 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.29 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.497677] random: dd urandom read 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.40. iid=i-00000026 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 11:16:41,834 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--8c71d8f8-c49d-4418-9e62-d9d3959877c6' 2018-05-24 11:16:50,356 - 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-8c71d8f8-c49d-4418-9e62-d9d3959877c6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:57:18:fb', u'version': 4, u'addr': u'192.168.130.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dc48a89a-eea6-430b-b81f-fb3a2fadee37'}), 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-0000002c', u'OS-SRV-USG:launched_at': u'2018-05-24T11:09:24.000000', 'flavor': Munch({u'id': u'cd31662a-5660-4879-855a-46d0dc8a0afa'}), 'az': u'nova', 'id': u'deb365d6-c7e0-48a7-8883-b6bec17742de', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd4770e38d0b8430ebceab025e9f02c0c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'139bd346490545df8f08a6b11feb7939', '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-24T11:09:24.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-24T11:16:49Z', 'hostId': u'0a4a28a4834ccd4508430b5dd1d776e7a30895ad3e5a2e8844dabf32', 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.15', 'cloud': 'envvars', 'host_id': u'0a4a28a4834ccd4508430b5dd1d776e7a30895ad3e5a2e8844dabf32', '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-0000002c', u'OS-SRV-USG:launched_at': u'2018-05-24T11:09:24.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'139bd346490545df8f08a6b11feb7939', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-userdata--8c71d8f8-c49d-4418-9e62-d9d3959877c6', 'adminPass': u'mTWFZPhDq66p', 'tenant_id': u'139bd346490545df8f08a6b11feb7939', 'region': 'regionOne', 'created': u'2018-05-24T11:16:43Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-24 11:16:52,795 - 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 492402330 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.132122] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133814] pid_max: default: 32768 minimum: 301 [ 0.134720] ACPI: Core revision 20150930 [ 0.136111] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137452] Security Framework initialized [ 0.138288] Yama: becoming mindful. [ 0.139032] AppArmor: AppArmor initialized [ 0.139922] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141286] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145253] Initializing cgroup subsys io [ 0.146090] Initializing cgroup subsys memory [ 0.146973] Initializing cgroup subsys devices [ 0.147881] Initializing cgroup subsys freezer [ 0.148774] Initializing cgroup subsys net_cls [ 0.149660] Initializing cgroup subsys perf_event [ 0.150591] Initializing cgroup subsys net_prio [ 0.151505] Initializing cgroup subsys hugetlb [ 0.152398] Initializing cgroup subsys pids [ 0.153292] CPU: Physical Processor ID: 0 [ 0.154823] mce: CPU supports 10 MCE banks [ 0.155702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168617] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175023] ftrace: allocating 31920 entries in 125 pages [ 0.201179] smpboot: Max logical packages: 1 [ 0.202065] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203469] x2apic enabled [ 0.204295] Switched APIC routing to physical x2apic. [ 0.206069] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207230] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209285] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211124] KVM setup paravirtual spinlock [ 0.212449] x86: Booted up 1 node, 1 CPUs [ 0.213283] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214710] devtmpfs: initialized [ 0.216443] evm: security.selinux [ 0.217161] evm: security.SMACK64 [ 0.217875] evm: security.SMACK64EXEC [ 0.218643] evm: security.SMACK64TRANSMUTE [ 0.219475] evm: security.SMACK64MMAP [ 0.220244] evm: security.ima [ 0.220905] evm: security.capability [ 0.221728] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223631] pinctrl core: initialized pinctrl subsystem [ 0.224769] RTC time: 11:09:06, date: 05/24/18 [ 0.225755] NET: Registered protocol family 16 [ 0.226752] cpuidle: using governor ladder [ 0.227596] cpuidle: using governor menu [ 0.228405] PCCT header not found. [ 0.229184] ACPI: bus type PCI registered [ 0.230015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231301] PCI: Using configuration type 1 for base access [ 0.233083] ACPI: Added _OSI(Module Device) [ 0.233960] ACPI: Added _OSI(Processor Device) [ 0.234855] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235786] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237978] ACPI: Interpreter enabled [ 0.238785] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240635] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.242542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.244476] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.246327] ACPI: (supports S0 S5) [ 0.247032] ACPI: Using IOAPIC for interrupt routing [ 0.248129] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.251224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252384] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253690] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254897] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.257143] acpiphp: Slot [3] registered [ 0.257990] acpiphp: Slot [4] registered [ 0.258824] acpiphp: Slot [5] registered [ 0.259641] acpiphp: Slot [6] registered [ 0.260443] acpiphp: Slot [7] registered [ 0.261246] acpiphp: Slot [8] registered [ 0.262053] acpiphp: Slot [9] registered [ 0.262863] acpiphp: Slot [10] registered [ 0.263748] acpiphp: Slot [11] registered [ 0.264573] acpiphp: Slot [12] registered [ 0.265391] acpiphp: Slot [13] registered [ 0.266207] acpiphp: Slot [14] registered [ 0.267029] acpiphp: Slot [15] registered [ 0.277651] acpiphp: Slot [16] registered [ 0.278469] acpiphp: Slot [17] registered [ 0.279284] acpiphp: Slot [18] registered [ 0.280094] acpiphp: Slot [19] registered [ 0.280909] acpiphp: Slot [20] registered [ 0.281731] acpiphp: Slot [21] registered [ 0.282548] acpiphp: Slot [22] registered [ 0.283381] acpiphp: Slot [23] registered [ 0.284210] acpiphp: Slot [24] registered [ 0.285057] acpiphp: Slot [25] registered [ 0.285912] acpiphp: Slot [26] registered [ 0.286730] acpiphp: Slot [27] registered [ 0.287575] acpiphp: Slot [28] registered [ 0.288407] acpiphp: Slot [29] registered [ 0.289237] acpiphp: Slot [30] registered [ 0.290058] acpiphp: Slot [31] registered [ 0.290906] PCI host bridge to bus 0000:00 [ 0.291752] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.293032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.294297] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.297262] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303490] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304839] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.306033] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.307323] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315013] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.360109] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.361603] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.363066] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.364557] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.366015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.367305] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368490] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369802] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.371438] vgaarb: loaded [ 0.372051] vgaarb: bridge control possible 0000:00:02.0 [ 0.373232] SCSI subsystem initialized [ 0.374085] ACPI: bus type USB registered [ 0.374924] usbcore: registered new interface driver usbfs [ 0.375978] usbcore: registered new interface driver hub [ 0.377034] usbcore: registered new device driver usb [ 0.378120] PCI: Using ACPI for IRQ routing [ 0.379158] NetLabel: Initializing [ 0.379889] NetLabel: domain hash size = 128 [ 0.380770] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.381743] NetLabel: unlabeled traffic allowed by default [ 0.382867] clocksource: Switched to clocksource kvm-clock [ 0.388289] AppArmor: AppArmor Filesystem Enabled [ 0.389284] pnp: PnP ACPI init [ 0.390202] pnp: PnP ACPI: found 5 devices [ 0.396589] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.398357] NET: Registered protocol family 2 [ 0.399330] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.400631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.401830] TCP: Hash tables configured (established 4096 bind 4096) [ 0.403029] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.404151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.405347] NET: Registered protocol family 1 [ 0.406235] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.407371] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.408476] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.422653] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.436950] Trying to unpack rootfs image as initramfs... [ 0.486574] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.500508] Scanning for low memory corruption every 60 seconds [ 0.501823] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502947] audit: initializing netlink subsys (disabled) [ 0.503953] audit: type=2000 audit(1527160146.954:1): initialized [ 0.505233] Initialise system trusted keyring [ 0.506135] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509200] zbud: loaded [ 0.509904] VFS: Disk quotas dquot_6.6.0 [ 0.510717] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.512195] fuse init (API version 7.23) [ 0.513071] Key type big_key registered [ 0.513854] Allocating IMA MOK and blacklist keyrings. [ 0.514944] Key type asymmetric registered [ 0.515750] Asymmetric key parser 'x509' registered [ 0.516687] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.518484] io scheduler noop registered [ 0.519263] io scheduler deadline registered (default) [ 0.520223] io scheduler cfq registered [ 0.521034] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.522048] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.523295] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.524709] ACPI: Power Button [PWRF] [ 0.525520] GHES: HEST is not enabled! [ 0.539153] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.567098] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570067] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599564] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603945] Linux agpgart interface v0.103 [ 0.606512] brd: module loaded [ 0.608056] loop: module loaded [ 0.613632] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.615253] GPT:90111 != 2097151 [ 0.615985] GPT:Alternate GPT header not at the end of the disk. [ 0.617155] GPT:90111 != 2097151 [ 0.617895] GPT: Use GNU Parted to correct GPT errors. [ 0.618920] vda: vda1 vda15 [ 0.620858] scsi host0: ata_piix [ 0.621655] scsi host1: ata_piix [ 0.622408] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.623822] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625381] libphy: Fixed MDIO Bus: probed [ 0.626254] tun: Universal TUN/TAP device driver, 1.6 [ 0.627293] tun: (C) 1999-2004 Max Krasnyansky [ 0.629668] PPP generic driver version 2.4.2 [ 0.630825] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632110] ehci-pci: EHCI PCI platform driver [ 0.633064] ehci-platform: EHCI generic platform driver [ 0.634125] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635343] ohci-pci: OHCI PCI platform driver [ 0.636460] ohci-platform: OHCI generic platform driver [ 0.637837] uhci_hcd: USB Universal Host Controller Interface driver [ 0.652989] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654385] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656400] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657769] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.661063] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663095] usb usb1: Product: UHCI Host Controller [ 0.664404] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.666018] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667339] hub 1-0:1.0: USB hub found [ 0.668298] hub 1-0:1.0: 2 ports detected [ 0.669531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672158] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673484] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674825] mousedev: PS/2 mouse device common for all mice [ 0.676541] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679069] rtc_cmos 00:00: RTC can wake from S4 [ 0.680492] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683827] i2c /dev entries driver [ 0.684870] device-mapper: uevent: version 1.0.3 [ 0.686128] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688400] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690147] NET: Registered protocol family 10 [ 0.691478] NET: Registered protocol family 17 [ 0.692699] Key type dns_resolver registered [ 0.693943] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695471] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697878] registered taskstats version 1 [ 0.699023] Loading compiled-in X.509 certificates [ 0.700822] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703418] zswap: loaded using pool lzo/zbud [ 0.705597] Key type trusted registered [ 0.707893] Key type encrypted registered [ 0.709025] AppArmor: AppArmor sha1 policy hashing enabled [ 0.710479] ima: No TPM chip found, activating TPM-bypass! [ 0.711953] evm: HMAC attrs: 0x1 [ 0.713141] Magic number: 2:579:176 [ 0.714210] acpi device:0c: hash matches [ 0.715377] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:07 UTC (1527160147) [ 0.717593] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.719163] EDD information not available. [ 0.783817] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.795982] Write protecting the kernel read-only data: 14336k [ 0.797986] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.800367] 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.29 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.497677] random: dd urandom read 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.40. iid=i-00000026 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCVMskDLrvDYvHC7AKeYmqhvw2Bnc9Sjzm2ZavBmb+W05b35egq3HL8oVxiOHnnJdHO2hrAxzPkG3y8016WNlyl/pSSY9wCWWAqvigbOBxDvTvgABJHp67yezMafsTujsy20QPRyYybiENZX3y9gZ8eS5RuqhB4HAkaAQt76tqUGnLeKQF/W84CvEtb3EBo4JVwUvrx0w/S5ziz65yAqhrhDQjhBOlLI3m8KFBu3PCIKTQq3MNkzQJXThVYPdLM/HcoWrZEjtIZUSmqpYNpWHZTxZUNm+SdNwWMW4YwXHVMODVkcAZS1Xv8YGyykFDKL/rnpP51/4WOfoMeTLHWGrcd root@opnfv-vping-1-8c71d8f8-c49d-4418-9e62-d9d3959877c6 ssh-dss AAAAB3NzaC1kc3MAAACBALBrkJUxO7B7GiUlwrPf7Aj9LuYKC2RgvQkaxTKgRfRDRfsvu51ucw3Dx5zBpcY09O3NylHbm5ZAN4s4wXxPDxYB9TBRJgdrHtnatQ6Nll2LLzauY6sum32FfT/SqX9tUFgRR0NPbx/XbXLBQlSxTdk8ZjA493Nlho1FnGrOJzINAAAAFQDB0OCRCJU8WbgCI1EdW6ta2N97yQAAAIAQq+RaKLGsbkUeYB+dji7EKTs2EKqqBjgXZgm+q+pYDU7qwEF2yq68JOdgKnH0dZZhNe+dM4G8RpdGNXlOLAHNnHvFf/Yp9eRUd9kVP+tQPaUAqPuoo0ZAVoujeo5y411PJ9gCUCW2EYchzW/BXetFPYJpI1G6mQYL29Qt/1hBCgAAAIBqJHMUW0c3kbo0NHOTZSPz3WlV0V7KFqNwjcnacbNRKsdt8iT/2+KAF1NLg8JzMqtKwp2SjLOGHt+10N+iclHI4n0TNq1HIcgq2APBol0Pqi+DwJ51eYkZUt0bybByLwXgADo9fXx1hFBv/FOHDklYpplj8vGd4Se9hfv+Sot48Q== root@opnfv-vping-1-8c71d8f8-c49d-4418-9e62-d9d3959877c6 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.5,24,fe80::f816:3eff:fe9f:6e7f/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.3 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.5 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-00000026 name: N/A availability-zone: nova local-hostname: opnfv-vping-1-8c71d8f8-c49d-4418-9e62-d9d3959877c6 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.29 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-8c71d8f8-c49d-4418-9e62-d9d3959877c6 login: /dev/root resized successfully [took 4.26s] 2018-05-24 11:16:52,796 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-24 11:16:52,796 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-24 11:16:55,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 2018-05-24 11:16:55,565 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:16:58,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 2018-05-24 11:17:00,723 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] 2018-05-24 11:17:03,324 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] 2018-05-24 11:17:05,757 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO 2018-05-24 11:17:08,512 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO 2018-05-24 11:17:11,257 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO 2018-05-24 11:17:13,882 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO 2018-05-24 11:17:16,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO 2018-05-24 11:17:19,051 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO 2018-05-24 11:17:22,136 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO 2018-05-24 11:17:22,137 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:17:24,600 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO 2018-05-24 11:17:27,211 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO 2018-05-24 11:17:29,950 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO 2018-05-24 11:17:32,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO 2018-05-24 11:17:35,018 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO 2018-05-24 11:17:37,442 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO 2018-05-24 11:17:39,896 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:17:42,309 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:17:44,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:17:47,458 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:17:47,459 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:17:50,060 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:17:52,794 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:17:55,355 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:17:58,006 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:00,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:03,056 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:05,495 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:08,453 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:11,044 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:13,619 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:13,620 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:18:16,048 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:18,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:20,916 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:23,535 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:26,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:28,691 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:31,264 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:33,772 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:36,185 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:38,772 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:38,772 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:18:41,375 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:43,817 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:46,396 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:48,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:51,517 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:54,090 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:18:56,671 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] 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 11:18:59,212 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] 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 11:19:01,815 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] 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 11:19:04,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] 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 11:19:04,404 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:19:06,846 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing 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 11:19:09,457 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing 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 11:19:11,975 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing 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 11:19:14,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing 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 11:19:17,106 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing 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 11:19: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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing 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 11:19:21,823 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing 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 11:19:24,401 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing 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 11:19:27,005 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing 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 11:19:29,585 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing 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 11:19:29,586 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:19:32,169 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing 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 11:19:34,758 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing 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 11:19:37,346 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing 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 11:19:40,028 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing 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 11:19:42,617 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing 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 11:19:45,325 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing 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 11:19:47,636 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing 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 11:19:50,442 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing 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 11:19:52,994 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing 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 11:19:55,446 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing 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 11:19:55,446 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:19:57,899 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:00,539 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:03,138 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:05,661 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:08,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:10,833 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:13,426 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:16,045 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:18,646 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:21,252 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:21,253 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:20:23,830 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:26,253 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:28,856 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:31,326 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:33,918 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:36,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:39,081 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:41,627 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:44,073 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:46,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:46,666 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:20:49,256 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:51,923 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:54,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:56,919 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:20:59,535 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:02,269 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:04,864 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:07,465 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:10,032 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:12,618 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:12,618 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:21:15,198 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:17,683 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:20,273 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:22,734 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:25,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:27,772 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:30,127 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:32,670 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:35,263 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:37,836 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:37,836 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:21:40,407 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:42,975 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:45,715 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:48,426 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:51,027 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:53,789 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:56,527 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:21:58,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:01,523 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:04,274 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:04,274 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:22:06,852 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:09,602 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:12,315 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:15,069 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:17,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:20,062 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:22,644 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:24,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:27,527 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:30,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:30,098 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:22:32,713 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:35,400 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:37,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:40,848 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:43,700 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:46,575 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:49,368 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:51,948 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:54,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:56,984 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:22:56,984 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:22:59,580 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:02,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:04,882 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:07,623 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:10,357 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:12,637 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:15,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:17,902 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:20,527 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:23,107 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:23,107 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:23:25,674 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:28,496 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:30,917 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:33,206 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:35,631 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:37,917 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:40,688 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:43,262 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:45,754 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:48,316 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:48,316 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:23:50,892 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:53,487 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:56,224 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:23:58,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:01,522 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:04,134 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:06,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:09,273 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:11,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:14,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:14,472 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:24:17,044 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:19,651 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:22,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:24,803 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:27,391 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:29,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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 11:24:32,407 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized 2018-05-24 11:24:34,882 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized 2018-05-24 11:24:37,298 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO 2018-05-24 11:24:39,875 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO 2018-05-24 11:24:39,876 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:24:42,441 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO 2018-05-24 11:24:45,122 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO 2018-05-24 11:24:47,559 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 11:24:49,835 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 11:24:52,745 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 11:24:55,252 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 11:24:57,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 11:25:00,267 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 11:25:02,861 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 11:25:05,459 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 11:25:05,460 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-24 11:25:07,883 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 11:25:10,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:13,050 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:15,578 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:18,310 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:21,098 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:23,570 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:26,143 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:28,585 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:31,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 497490806 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.129595] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.131206] pid_max: default: 32768 minimum: 301 [ 0.132074] ACPI: Core revision 20150930 [ 0.133429] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134697] Security Framework initialized [ 0.135492] Yama: becoming mindful. [ 0.136200] AppArmor: AppArmor initialized [ 0.137048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.138332] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140744] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142090] Initializing cgroup subsys io [ 0.142873] Initializing cgroup subsys memory [ 0.143708] Initializing cgroup subsys devices [ 0.144555] Initializing cgroup subsys freezer [ 0.145407] Initializing cgroup subsys net_cls [ 0.146251] Initializing cgroup subsys perf_event [ 0.147132] Initializing cgroup subsys net_prio [ 0.147984] Initializing cgroup subsys hugetlb [ 0.148830] Initializing cgroup subsys pids [ 0.149682] CPU: Physical Processor ID: 0 [ 0.151160] mce: CPU supports 10 MCE banks [ 0.151983] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164028] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170343] ftrace: allocating 31920 entries in 125 pages [ 0.196529] smpboot: Max logical packages: 1 [ 0.197356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198653] x2apic enabled [ 0.199444] Switched APIC routing to physical x2apic. [ 0.201165] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204162] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205885] KVM setup paravirtual spinlock [ 0.207152] x86: Booted up 1 node, 1 CPUs [ 0.207925] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.209271] devtmpfs: initialized [ 0.210960] evm: security.selinux [ 0.211631] evm: security.SMACK64 [ 0.212299] evm: security.SMACK64EXEC [ 0.213017] evm: security.SMACK64TRANSMUTE [ 0.213791] evm: security.SMACK64MMAP [ 0.214508] evm: security.ima [ 0.215134] evm: security.capability [ 0.215912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217694] pinctrl core: initialized pinctrl subsystem [ 0.218745] RTC time: 11:09:24, date: 05/24/18 [ 0.219686] NET: Registered protocol family 16 [ 0.220627] cpuidle: using governor ladder [ 0.221415] cpuidle: using governor menu [ 0.222172] PCCT header not found. [ 0.222890] ACPI: bus type PCI registered [ 0.223670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224862] PCI: Using configuration type 1 for base access [ 0.226576] ACPI: Added _OSI(Module Device) [ 0.227387] ACPI: Added _OSI(Processor Device) [ 0.228219] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229084] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231207] ACPI: Interpreter enabled [ 0.231978] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.237314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239086] ACPI: (supports S0 S5) [ 0.239762] ACPI: Using IOAPIC for interrupt routing [ 0.240669] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244919] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246102] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.247252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249388] acpiphp: Slot [3] registered [ 0.250162] acpiphp: Slot [4] registered [ 0.250931] acpiphp: Slot [5] registered [ 0.251707] acpiphp: Slot [6] registered [ 0.252476] acpiphp: Slot [7] registered [ 0.253248] acpiphp: Slot [8] registered [ 0.254018] acpiphp: Slot [9] registered [ 0.254782] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256351] acpiphp: Slot [12] registered [ 0.257133] acpiphp: Slot [13] registered [ 0.257917] acpiphp: Slot [14] registered [ 0.258702] acpiphp: Slot [15] registered [ 0.269569] acpiphp: Slot [16] registered [ 0.270355] acpiphp: Slot [17] registered [ 0.271136] acpiphp: Slot [18] registered [ 0.271913] acpiphp: Slot [19] registered [ 0.272694] acpiphp: Slot [20] registered [ 0.273475] acpiphp: Slot [21] registered [ 0.274263] acpiphp: Slot [22] registered [ 0.275045] acpiphp: Slot [23] registered [ 0.275823] acpiphp: Slot [24] registered [ 0.276606] acpiphp: Slot [25] registered [ 0.277390] acpiphp: Slot [26] registered [ 0.278170] acpiphp: Slot [27] registered [ 0.278958] acpiphp: Slot [28] registered [ 0.279738] acpiphp: Slot [29] registered [ 0.280518] acpiphp: Slot [30] registered [ 0.281301] acpiphp: Slot [31] registered [ 0.282078] PCI host bridge to bus 0000:00 [ 0.282852] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.285183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286588] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287982] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.294091] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295395] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297775] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.304311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355190] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357816] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358951] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359979] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361500] vgaarb: loaded [ 0.362090] vgaarb: bridge control possible 0000:00:02.0 [ 0.363200] SCSI subsystem initialized [ 0.364001] ACPI: bus type USB registered [ 0.364796] usbcore: registered new interface driver usbfs [ 0.365809] usbcore: registered new interface driver hub [ 0.366796] usbcore: registered new device driver usb [ 0.367825] PCI: Using ACPI for IRQ routing [ 0.368832] NetLabel: Initializing [ 0.369536] NetLabel: domain hash size = 128 [ 0.370389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371323] NetLabel: unlabeled traffic allowed by default [ 0.372404] clocksource: Switched to clocksource kvm-clock [ 0.377779] AppArmor: AppArmor Filesystem Enabled [ 0.378716] pnp: PnP ACPI init [ 0.379650] pnp: PnP ACPI: found 5 devices [ 0.385994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387653] NET: Registered protocol family 2 [ 0.388590] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389833] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390971] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392095] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393144] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394286] NET: Registered protocol family 1 [ 0.395130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396194] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397244] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411251] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425372] Trying to unpack rootfs image as initramfs... [ 0.474259] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488392] Scanning for low memory corruption every 60 seconds [ 0.489712] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490824] audit: initializing netlink subsys (disabled) [ 0.491817] audit: type=2000 audit(1527160165.038:1): initialized [ 0.493103] Initialise system trusted keyring [ 0.493996] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495125] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497062] zbud: loaded [ 0.497744] VFS: Disk quotas dquot_6.6.0 [ 0.498544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500011] fuse init (API version 7.23) [ 0.500887] Key type big_key registered [ 0.501664] Allocating IMA MOK and blacklist keyrings. [ 0.502737] Key type asymmetric registered [ 0.503537] Asymmetric key parser 'x509' registered [ 0.504472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505895] io scheduler noop registered [ 0.506665] io scheduler deadline registered (default) [ 0.507623] io scheduler cfq registered [ 0.508443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509455] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.512081] ACPI: Power Button [PWRF] [ 0.513273] GHES: HEST is not enabled! [ 0.526774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554358] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556610] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582397] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585540] Linux agpgart interface v0.103 [ 0.587955] brd: module loaded [ 0.589330] loop: module loaded [ 0.594742] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596142] GPT:90111 != 2097151 [ 0.596799] GPT:Alternate GPT header not at the end of the disk. [ 0.597850] GPT:90111 != 2097151 [ 0.598501] GPT: Use GNU Parted to correct GPT errors. [ 0.599434] vda: vda1 vda15 [ 0.601031] scsi host0: ata_piix [ 0.601755] scsi host1: ata_piix [ 0.602438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.603612] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605006] libphy: Fixed MDIO Bus: probed [ 0.605791] tun: Universal TUN/TAP device driver, 1.6 [ 0.606705] tun: (C) 1999-2004 Max Krasnyansky [ 0.608895] PPP generic driver version 2.4.2 [ 0.609782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611088] ehci-pci: EHCI PCI platform driver [ 0.611926] ehci-platform: EHCI generic platform driver [ 0.612888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613997] ohci-pci: OHCI PCI platform driver [ 0.614843] ohci-platform: OHCI generic platform driver [ 0.615810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631180] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632605] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.634704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637288] usb usb1: Product: UHCI Host Controller [ 0.638202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.639325] usb usb1: SerialNumber: 0000:00:01.2 [ 0.640304] hub 1-0:1.0: USB hub found [ 0.641073] hub 1-0:1.0: 2 ports detected [ 0.641958] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644027] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644968] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645968] mousedev: PS/2 mouse device common for all mice [ 0.647194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648999] rtc_cmos 00:00: RTC can wake from S4 [ 0.650065] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651230] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652390] i2c /dev entries driver [ 0.653144] device-mapper: uevent: version 1.0.3 [ 0.654063] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655655] ledtrig-cpu: registered to indicate activity on CPUs [ 0.656921] NET: Registered protocol family 10 [ 0.657880] NET: Registered protocol family 17 [ 0.658740] Key type dns_resolver registered [ 0.659648] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.660730] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.662445] registered taskstats version 1 [ 0.663270] Loading compiled-in X.509 certificates [ 0.664698] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666515] zswap: loaded using pool lzo/zbud [ 0.667856] Key type trusted registered [ 0.669390] Key type encrypted registered [ 0.670203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.671206] ima: No TPM chip found, activating TPM-bypass! [ 0.672217] evm: HMAC attrs: 0x1 [ 0.673161] Magic number: 2:579:176 [ 0.673926] acpi device:0c: hash matches [ 0.674754] rtc_cmos 00:00: setting system clock to 2018-05-24 11:09:25 UTC (1527160165) [ 0.676309] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.677406] EDD information not available. [ 0.761475] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773158] Write protecting the kernel read-only data: 14336k [ 0.774700] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776468] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.154459] random: dd urandom read 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.15... Lease of 192.168.130.15 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.05. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 4.58s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 460.410128] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 11:25:31,160 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-05-24 11:25:31,278 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 11:25:31,279 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:08 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-05-24 11:25:44,717 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-05-24 11:25:44,717 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-24 11:25:44,818 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-24 11:25:44,819 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-24 11:25:44,819 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 11:25:49,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 11:25:48.992 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=89f2a419-a9fc-4fbf-9900-394523f97b32) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 89f2a419-a9fc-4fbf-9900-394523f97b32 | 2018-05-24T11:25:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 89f2a419-a9fc-4fbf-9900-394523f97b32 ~/.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 11:25:52,466 - 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 11:25:52,466 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-24 11:25:57,764 - 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 11:25:56.525 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-24 11:25:56.672 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-24 11:25:57.624 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035) has been successfully created! Using verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035) as the default verifier for the future CLI operations. 2018-05-24 11:26:00,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-06895354-775f-487e-a23e-e668de78cc3e' 2018-05-24 11:26:01,552 - 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-24T11:26:01Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4d9b2cff-0f7e-45c0-b3d0-2db259c56663', u'provider:segmentation_id': 73, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-06895354-775f-487e-a23e-e668de78cc3e', u'admin_state_up': True, u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T11:26:01Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 11:26:02,577 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T11:26:02Z', 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'31f78eb8-ea10-49c6-a039-f858af3327f0', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-06895354-775f-487e-a23e-e668de78cc3e', u'enable_dhcp': True, u'network_id': u'4d9b2cff-0f7e-45c0-b3d0-2db259c56663', u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T11:26:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 11:26:02,577 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-24 11:26:02,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-06895354-775f-487e-a23e-e668de78cc3e' 2018-05-24 11:26:05,011 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-06895354-775f-487e-a23e-e668de78cc3e', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T11:26:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/014381e7-8f61-46a5-99c7-77ed7ca00da0/file', u'owner': u'139bd346490545df8f08a6b11feb7939', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'014381e7-8f61-46a5-99c7-77ed7ca00da0', u'size': None, u'name': u'Cirros-0.4.0-06895354-775f-487e-a23e-e668de78cc3e', u'checksum': None, u'self': u'/v2/images/014381e7-8f61-46a5-99c7-77ed7ca00da0', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T11:26:03Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 11:26:05,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-06895354-775f-487e-a23e-e668de78cc3e' 2018-05-24 11:26:06,944 - 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-06895354-775f-487e-a23e-e668de78cc3e', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T11:26:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/a1950ddc-4ebe-4ffa-8c23-a148f95cbcfb/file', u'owner': u'139bd346490545df8f08a6b11feb7939', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a1950ddc-4ebe-4ffa-8c23-a148f95cbcfb', u'size': None, u'name': u'Cirros-0.4.0-1-06895354-775f-487e-a23e-e668de78cc3e', u'checksum': None, u'self': u'/v2/images/a1950ddc-4ebe-4ffa-8c23-a148f95cbcfb', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T11:26:05Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 11:26:06,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-24 11:26:07,363 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-06895354-775f-487e-a23e-e668de78cc3e', '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'139bd346490545df8f08a6b11feb7939', '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'180375ef-c0b6-4f1f-85ca-0d920f0f8486', 'swap': 0}) 2018-05-24 11:26:07,457 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-06895354-775f-487e-a23e-e668de78cc3e', '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'139bd346490545df8f08a6b11feb7939', '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'ab29107d-4e40-4ad3-b2a8-9cd829b8dcee', 'swap': 0}) 2018-05-24 11:26:10,674 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-24 11:26:09.620 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035) for deployment 'opnfv-rally' (UUID=89f2a419-a9fc-4fbf-9900-394523f97b32). 2018-05-24 11:26:10.476 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035) has been successfully configured for deployment 'opnfv-rally' (UUID=89f2a419-a9fc-4fbf-9900-394523f97b32)! 2018-05-24 11:26:10,674 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-24 11:26:10,674 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-24 11:26:10,677 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-24 11:26:10,680 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-24 11:26:13,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-24 11:26:13,581 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-24 11:26:13,583 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-24 11:26:13,583 - 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 11:26:15,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:26:15.679 51 INFO rally.api [-] Starting verification (UUID=46e1f5d0-eae3-464a-84f7-4403f81594d8) for deployment 'opnfv-rally' (UUID=89f2a419-a9fc-4fbf-9900-394523f97b32) by verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035). 2018-05-24 11:26:15,681 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 46e1f5d0-eae3-464a-84f7-4403f81594d8 2018-05-24 11:26:22,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:26:22.649 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.174s] 2018-05-24 11:26:22,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:26:22.715 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.066s] 2018-05-24 11:26:30,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:26:30.441 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.734s] 2018-05-24 11:26:34,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:26:34.302 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.861s] 2018-05-24 11:26:47,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:26:47.706 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.926s] 2018-05-24 11:27:04,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:27:04.363 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.842s] 2018-05-24 11:27:40,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:27:40.090 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-05-24 11:27:40,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:27:40.092 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-24 11:28:12,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:28:12.539 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2018-05-24 11:28:12,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:28:12.540 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-24 11:28:41,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:28:41.385 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.063s] 2018-05-24 11:28:41,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:28:41.387 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-24 11:32:19,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:32:19.394 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.844s] 2018-05-24 11:32:43,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:32:43.558 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-05-24 11:32:43,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:32:43.664 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.106s] 2018-05-24 11:32:50,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:32:50.831 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.690s] 2018-05-24 11:32:50,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:32:50.840 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-05-24 11:32:52,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:32:52.345 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-24 11:32:52,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:32:52.346 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-24 11:32:56,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:32:56.455 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.371s] 2018-05-24 11:33:02,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:33:02.717 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-05-24 11:33:09,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:33:09.203 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.655s] 2018-05-24 11:33:16,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:33:16.998 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.528s] 2018-05-24 11:33:27,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:33:27.067 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.201s] 2018-05-24 11:33:33,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:33:33.274 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.377s] 2018-05-24 11:33:39,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:33:39.244 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.205s] 2018-05-24 11:33:46,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:33:46.712 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.475s] 2018-05-24 11:33:54,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:33:54.439 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.459s] 2018-05-24 11:34:02,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:02.503 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.762s] 2018-05-24 11:34:04,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:04.722 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-24 11:34:06,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:06.666 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-05-24 11:34:06,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:06.741 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2018-05-24 11:34:06,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:06.817 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-05-24 11:34:06,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:06.823 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-24 11:34:10,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:10.918 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.797s] 2018-05-24 11:34:13,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:13.228 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.310s] 2018-05-24 11:34:15,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:15.135 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.906s] 2018-05-24 11:34:22,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:22.402 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-05-24 11:34:29,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:29.565 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.846s] 2018-05-24 11:34:44,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:44.545 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.652s] 2018-05-24 11:34:47,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:47.976 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.430s] 2018-05-24 11:34:59,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:34:59.415 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.969s] 2018-05-24 11:35:03,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:03.298 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.881s] 2018-05-24 11:35:12,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:12.368 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.070s] 2018-05-24 11:35:21,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:21.811 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.034s] 2018-05-24 11:35:25,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:25.419 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.606s] 2018-05-24 11:35:31,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:31.734 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.315s] 2018-05-24 11:35:49,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:49.147 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.563s] 2018-05-24 11:35:49,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:49.713 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.566s] 2018-05-24 11:35:49,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:49.822 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.109s] 2018-05-24 11:35:50,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:50.026 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.202s] 2018-05-24 11:35:50,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:50.403 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.377s] 2018-05-24 11:35:50,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:35:50.480 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.077s] 2018-05-24 11:36:04,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:04.975 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.171s] 2018-05-24 11:36:05,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:05.253 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.278s] 2018-05-24 11:36:05,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:05.649 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.396s] 2018-05-24 11:36:05,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:05.856 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.207s] 2018-05-24 11:36:06,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:06.100 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.242s] 2018-05-24 11:36:06,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:06.154 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2018-05-24 11:36:19,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:19.661 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.156s] 2018-05-24 11:36:25,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:25.236 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.574s] 2018-05-24 11:36:27,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:27.129 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.893s] 2018-05-24 11:36:27,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:27.188 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.059s] 2018-05-24 11:36:27,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:27.388 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.200s] 2018-05-24 11:36:40,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:40.373 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.549s] 2018-05-24 11:36:46,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:46.749 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.376s] 2018-05-24 11:36:48,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:48.613 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.863s] 2018-05-24 11:36:48,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:48.666 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.053s] 2018-05-24 11:36:48,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:36:48.743 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.077s] 2018-05-24 11:37:04,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:37:04.181 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.681s] 2018-05-24 11:37:09,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:37:09.516 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.334s] 2018-05-24 11:37:14,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:37:14.102 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.586s] 2018-05-24 11:37:16,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:37:16.766 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.663s] 2018-05-24 11:37:41,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:37:41.275 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.791s] 2018-05-24 11:37:46,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:37:46.887 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.611s] 2018-05-24 11:37:51,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:37:51.704 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.816s] 2018-05-24 11:37:54,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:37:54.376 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.672s] 2018-05-24 11:38:10,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:10.818 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.666s] 2018-05-24 11:38:13,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:13.433 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.612s] 2018-05-24 11:38:13,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:13.687 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.256s] 2018-05-24 11:38:18,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:18.491 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.513s] 2018-05-24 11:38:21,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:21.238 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.745s] 2018-05-24 11:38:21,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:21.282 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-05-24 11:38:25,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:25.521 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.104s] 2018-05-24 11:38:29,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:29.270 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-24 11:38:30,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:30.735 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-24 11:38:30,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:30.738 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-24 11:38:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:30.739 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-24 11:38:30,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:30.740 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-24 11:38:30,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:30.740 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-24 11:38:32,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:32.586 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-05-24 11:38:48,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:38:48.789 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.463s] 2018-05-24 11:39:02,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:39:02.114 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.735s] 2018-05-24 11:39:14,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:39:14.509 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.392s] 2018-05-24 11:39:23,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:39:23.379 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-05-24 11:42:05,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:42:05.091 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [155.660s] 2018-05-24 11:42:42,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:42:42.365 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.844s] 2018-05-24 11:43:25,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 11:43:25.172 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.333s] 2018-05-24 11:43:40,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '46e1f5d0-eae3-464a-84f7-4403f81594d8']'. 2018-05-24 11:43:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-24 11:43:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-24 11:43:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 11:43:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 46e1f5d0-eae3-464a-84f7-4403f81594d8 | 2018-05-24 11:43:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-24 11:43:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-24 11:26:15 | 2018-05-24 11:43:41,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-24 11:43:40 | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:17:25 | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035) | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 89f2a419-a9fc-4fbf-9900-394523f97b32) | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-24 11:43:41,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1024.663 | 2018-05-24 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 88 | 2018-05-24 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-24 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-24 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-24 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-24 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-24 11:43:41,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 97.7777777778% 2018-05-24 11:43:48,005 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 11:43:48,006 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:47 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-24 11:43:48,009 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-24 11:43:48,009 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-24 11:43:48,084 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-24 11:43:48,520 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-24 11:43:48,520 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-24 11:43:48,910 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 11:43:51,459 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-24 11:43:51.067 148 INFO rally.deployment.engine [-] Deployment 89f2a419-a9fc-4fbf-9900-394523f97b32 | Starting: Destroy cloud and free allocated resources. 2018-05-24 11:43:51.154 148 INFO rally.deployment.engine [-] Deployment 89f2a419-a9fc-4fbf-9900-394523f97b32 | Completed: Destroy cloud and free allocated resources. 2018-05-24 11:43:51.196 148 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035) for deployment 'opnfv-rally'. 2018-05-24 11:43:51.212 148 INFO rally.api [-] Deleting verification (UUID=46e1f5d0-eae3-464a-84f7-4403f81594d8). 2018-05-24 11:43:51.254 148 INFO rally.api [-] Verification has been successfully deleted! 2018-05-24 11:43:51.254 148 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035). 2018-05-24 11:43:51.265 148 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-24 11:43:53,793 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 11:43:53.494 151 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f3cf9f02-7361-474f-8220-75c39402fbbc) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f3cf9f02-7361-474f-8220-75c39402fbbc | 2018-05-24T11:43:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f3cf9f02-7361-474f-8220-75c39402fbbc ~/.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 11:43:57,115 - 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 11:43:57,116 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-24 11:43:57,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6'... 2018-05-24 11:44:00,441 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-8f42d8c8-005b-4088-ab5e-892c2a9dddd6'... 2018-05-24 11:44:01,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-8f42d8c8-005b-4088-ab5e-892c2a9dddd6'... 2018-05-24 11:44:04,743 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6'... 2018-05-24 11:44:04,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6'... 2018-05-24 11:44:04,952 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-24 11:44:04,952 - 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 11:44:04,953 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 11:44:04,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 11:44:04,970 - 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': 'd23ad2b8-4b5a-4de4-a52f-5c0708489574', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'flavor_name': 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', '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 11:45:05,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2894f916-01fd-4268-bc7b-95f1de7e8e12 2018-05-24 11:45:05,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-24 11:45:05,174 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '2894f916-01fd-4268-bc7b-95f1de7e8e12'] 2018-05-24 11:45:06,244 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2894f916-01fd-4268-bc7b-95f1de7e8e12: 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 2894f916-01fd-4268-bc7b-95f1de7e8e12 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.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | total | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> duration | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 0.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.477242 Full duration: 7.289426 -------------------------------------------------------------------------------- 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 2894f916-01fd-4268-bc7b-95f1de7e8e12 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.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | total | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | -> duration | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 1.273 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.273062 Full duration: 7.954824 -------------------------------------------------------------------------------- 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 2894f916-01fd-4268-bc7b-95f1de7e8e12 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | total | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> duration | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.938041 Full duration: 7.643708 -------------------------------------------------------------------------------- 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 2894f916-01fd-4268-bc7b-95f1de7e8e12 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.760607 Full duration: 7.696602 -------------------------------------------------------------------------------- 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 2894f916-01fd-4268-bc7b-95f1de7e8e12 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.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | total | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> duration | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.992429 Full duration: 7.726346 -------------------------------------------------------------------------------- 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 2894f916-01fd-4268-bc7b-95f1de7e8e12 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.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | total | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> duration | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.678276 Full duration: 7.338317 HINTS: * To plot HTML graphics with this data, run: rally task report 2894f916-01fd-4268-bc7b-95f1de7e8e12 --out output.html * To generate a JUnit report, run: rally task export 2894f916-01fd-4268-bc7b-95f1de7e8e12 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2894f916-01fd-4268-bc7b-95f1de7e8e12 --json --out output.json 2018-05-24 11:45:06,245 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '2894f916-01fd-4268-bc7b-95f1de7e8e12'] 2018-05-24 11:45:07,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 11:45:07,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '2894f916-01fd-4268-bc7b-95f1de7e8e12', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-24 11:45:07,319 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-24 11:45:07,320 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-24 11:45:07,320 - 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 11:45:07,320 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 11:45:07,338 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 11:45:07,339 - 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': 'd23ad2b8-4b5a-4de4-a52f-5c0708489574', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'flavor_name': 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', '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 11:46:49,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 267db767-3025-4e9c-a599-c4124342f299 2018-05-24 11:46:49,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '267db767-3025-4e9c-a599-c4124342f299'] 2018-05-24 11:46:50,475 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 267db767-3025-4e9c-a599-c4124342f299: 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 267db767-3025-4e9c-a599-c4124342f299 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.83 | 4.83 | 4.83 | 4.83 | 4.83 | 4.83 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 0.51 | 100.0% | 1 | | -> glance_v2.upload_data | 1.918 | 1.918 | 1.918 | 1.918 | 1.918 | 1.918 | 100.0% | 1 | | glance_v2.delete_image | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 100.0% | 1 | | total | 5.955 | 5.955 | 5.955 | 5.955 | 5.955 | 5.955 | 100.0% | 1 | | -> duration | 5.955 | 5.955 | 5.955 | 5.955 | 5.955 | 5.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.955339 Full duration: 14.521913 -------------------------------------------------------------------------------- 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 267db767-3025-4e9c-a599-c4124342f299 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.489 | 4.489 | 4.489 | 4.489 | 4.489 | 4.489 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> glance_v2.upload_data | 1.563 | 1.563 | 1.563 | 1.563 | 1.563 | 1.563 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 4.527 | 4.527 | 4.527 | 4.527 | 4.527 | 4.527 | 100.0% | 1 | | -> duration | 4.527 | 4.527 | 4.527 | 4.527 | 4.527 | 4.527 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.526846 Full duration: 16.926204 -------------------------------------------------------------------------------- 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 267db767-3025-4e9c-a599-c4124342f299 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.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | -> duration | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.351014 Full duration: 8.348845 -------------------------------------------------------------------------------- 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-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "number_instances": 2, "nics": [ { "net-id": "d23ad2b8-4b5a-4de4-a52f-5c0708489574" } ] }, "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 267db767-3025-4e9c-a599-c4124342f299 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | -> glance_v2.upload_data | 1.576 | 1.576 | 1.576 | 1.576 | 1.576 | 1.576 | 100.0% | 1 | | nova.boot_servers | 11.817 | 11.817 | 11.817 | 11.817 | 11.817 | 11.817 | 100.0% | 1 | | total | 16.337 | 16.337 | 16.337 | 16.337 | 16.337 | 16.337 | 100.0% | 1 | | -> duration | 15.337 | 15.337 | 15.337 | 15.337 | 15.337 | 15.337 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.336994 Full duration: 42.493559 HINTS: * To plot HTML graphics with this data, run: rally task report 267db767-3025-4e9c-a599-c4124342f299 --out output.html * To generate a JUnit report, run: rally task export 267db767-3025-4e9c-a599-c4124342f299 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 267db767-3025-4e9c-a599-c4124342f299 --json --out output.json 2018-05-24 11:46:50,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '267db767-3025-4e9c-a599-c4124342f299'] 2018-05-24 11:46:51,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 11:46:51,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '267db767-3025-4e9c-a599-c4124342f299', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-24 11:46:51,551 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-24 11:46:51,551 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-24 11:46:51,552 - 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 11:46:51,552 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 11:46:51,566 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 11:46:51,567 - 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': 'd23ad2b8-4b5a-4de4-a52f-5c0708489574', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'flavor_name': 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', '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 11:50:12,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a9e97c8f-733b-499e-9c95-00811b0e1661 2018-05-24 11:50:12,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'a9e97c8f-733b-499e-9c95-00811b0e1661'] 2018-05-24 11:50:13,838 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task a9e97c8f-733b-499e-9c95-00811b0e1661: 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 a9e97c8f-733b-499e-9c95-00811b0e1661 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.621 | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.743 | 2.743 | 2.743 | 2.743 | 2.743 | 2.743 | 100.0% | 1 | | total | 6.365 | 6.365 | 6.365 | 6.365 | 6.365 | 6.365 | 100.0% | 1 | | -> duration | 6.365 | 6.365 | 6.365 | 6.365 | 6.365 | 6.365 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.365098 Full duration: 24.313555 -------------------------------------------------------------------------------- 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 a9e97c8f-733b-499e-9c95-00811b0e1661 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.173 | 3.173 | 3.173 | 3.173 | 3.173 | 3.173 | 100.0% | 1 | | cinder_v2.delete_volume | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 2.613 | 100.0% | 1 | | total | 5.787 | 5.787 | 5.787 | 5.787 | 5.787 | 5.787 | 100.0% | 1 | | -> duration | 5.787 | 5.787 | 5.787 | 5.787 | 5.787 | 5.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.787 Full duration: 16.282494 -------------------------------------------------------------------------------- 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-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task a9e97c8f-733b-499e-9c95-00811b0e1661 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.864 | 8.864 | 8.864 | 8.864 | 8.864 | 8.864 | 100.0% | 1 | | cinder_v2.delete_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | total | 11.495 | 11.495 | 11.495 | 11.495 | 11.495 | 11.495 | 100.0% | 1 | | -> duration | 11.495 | 11.495 | 11.495 | 11.495 | 11.495 | 11.495 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.495145 Full duration: 22.025817 -------------------------------------------------------------------------------- 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 a9e97c8f-733b-499e-9c95-00811b0e1661 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.197 | 3.197 | 3.197 | 3.197 | 3.197 | 3.197 | 100.0% | 1 | | cinder_v2.delete_volume | 2.472 | 2.472 | 2.472 | 2.472 | 2.472 | 2.472 | 100.0% | 1 | | total | 5.669 | 5.669 | 5.669 | 5.669 | 5.669 | 5.669 | 100.0% | 1 | | -> duration | 5.669 | 5.669 | 5.669 | 5.669 | 5.669 | 5.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.669297 Full duration: 15.737798 -------------------------------------------------------------------------------- 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 a9e97c8f-733b-499e-9c95-00811b0e1661 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.158 | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 100.0% | 1 | | cinder_v2.extend_volume | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 100.0% | 1 | | cinder_v2.delete_volume | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 100.0% | 1 | | total | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 100.0% | 1 | | -> duration | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.432592 Full duration: 18.368171 -------------------------------------------------------------------------------- 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 a9e97c8f-733b-499e-9c95-00811b0e1661 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.679 | 3.679 | 3.679 | 3.679 | 3.679 | 3.679 | 100.0% | 1 | | cinder_v2.delete_volume | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 2.468 | 100.0% | 1 | | total | 6.148 | 6.148 | 6.148 | 6.148 | 6.148 | 6.148 | 100.0% | 1 | | -> duration | 6.148 | 6.148 | 6.148 | 6.148 | 6.148 | 6.148 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.147522 Full duration: 23.248589 -------------------------------------------------------------------------------- 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 a9e97c8f-733b-499e-9c95-00811b0e1661 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.list_qos | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> duration | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86936 Full duration: 12.217782 -------------------------------------------------------------------------------- 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 a9e97c8f-733b-499e-9c95-00811b0e1661 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.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | cinder_v2.set_qos | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.795564 Full duration: 12.581798 -------------------------------------------------------------------------------- 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 a9e97c8f-733b-499e-9c95-00811b0e1661 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | cinder_v2.list_types | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.790151 Full duration: 12.246387 -------------------------------------------------------------------------------- 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 a9e97c8f-733b-499e-9c95-00811b0e1661 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> duration | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819356 Full duration: 12.96727 HINTS: * To plot HTML graphics with this data, run: rally task report a9e97c8f-733b-499e-9c95-00811b0e1661 --out output.html * To generate a JUnit report, run: rally task export a9e97c8f-733b-499e-9c95-00811b0e1661 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a9e97c8f-733b-499e-9c95-00811b0e1661 --json --out output.json 2018-05-24 11:50:13,838 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'a9e97c8f-733b-499e-9c95-00811b0e1661'] 2018-05-24 11:50:14,711 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 11:50:14,711 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'a9e97c8f-733b-499e-9c95-00811b0e1661', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-24 11:50:14,717 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-24 11:50:14,717 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-24 11:50:14,717 - 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 11:50:14,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 11:50:14,726 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 11:50:14,726 - 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': 'd23ad2b8-4b5a-4de4-a52f-5c0708489574', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'flavor_name': 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', '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 11:51:36,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee 2018-05-24 11:51:36,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee'] 2018-05-24 11:51:37,106 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee: 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 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee 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.614 | 4.614 | 4.614 | 4.614 | 4.614 | 4.614 | 100.0% | 1 | | heat.update_stack | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 2.42 | 100.0% | 1 | | heat.delete_stack | 2.795 | 2.795 | 2.795 | 2.795 | 2.795 | 2.795 | 100.0% | 1 | | total | 9.829 | 9.829 | 9.829 | 9.829 | 9.829 | 9.829 | 100.0% | 1 | | -> duration | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 5.829 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.828822 Full duration: 18.290776 -------------------------------------------------------------------------------- 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 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee 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.863 | 4.863 | 4.863 | 4.863 | 4.863 | 4.863 | 100.0% | 1 | | heat.check_stack | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | heat.delete_stack | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 100.0% | 1 | | total | 7.414 | 7.414 | 7.414 | 7.414 | 7.414 | 7.414 | 100.0% | 1 | | -> duration | 5.414 | 5.414 | 5.414 | 5.414 | 5.414 | 5.414 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.413829 Full duration: 17.012953 -------------------------------------------------------------------------------- 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 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee 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.331 | 4.331 | 4.331 | 4.331 | 4.331 | 4.331 | 100.0% | 1 | | heat.suspend_stack | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | heat.resume_stack | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 1.538 | 100.0% | 1 | | heat.delete_stack | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 100.0% | 1 | | total | 9.292 | 9.292 | 9.292 | 9.292 | 9.292 | 9.292 | 100.0% | 1 | | -> duration | 7.292 | 7.292 | 7.292 | 7.292 | 7.292 | 7.292 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.291827 Full duration: 18.096322 -------------------------------------------------------------------------------- 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 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee 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.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | total | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> duration | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.588958 Full duration: 8.472747 HINTS: * To plot HTML graphics with this data, run: rally task report 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee --out output.html * To generate a JUnit report, run: rally task export 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee --json --out output.json 2018-05-24 11:51:37,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee'] 2018-05-24 11:51:38,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 11:51:38,184 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1c57bd83-60cb-49ff-9b30-7eb09c6fa7ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-24 11:51:38,191 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-24 11:51:38,191 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-24 11:51:38,192 - 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 11:51:38,192 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 11:51:38,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 11:51:38,206 - 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': 'd23ad2b8-4b5a-4de4-a52f-5c0708489574', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'flavor_name': 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', '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 11:54:54,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 2018-05-24 11:54:54,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '1af504a7-f99f-41f8-9eeb-b3e05a67af4f'] 2018-05-24 11:54:55,341 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1af504a7-f99f-41f8-9eeb-b3e05a67af4f: 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.revoke_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.75553 Full duration: 14.207063 -------------------------------------------------------------------------------- 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> duration | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 0.739 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.739349 Full duration: 14.410964 -------------------------------------------------------------------------------- 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | keystone_v3.list_projects | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> duration | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.824735 Full duration: 14.693655 -------------------------------------------------------------------------------- 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611637 Full duration: 12.805532 -------------------------------------------------------------------------------- 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | keystone_v3.delete_service | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.648492 Full duration: 12.404106 -------------------------------------------------------------------------------- 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | keystone_v3.create_user | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | -> keystone_v3.add_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_user | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_role | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.list_services | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.get_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 1.806 | 1.806 | 1.806 | 1.806 | 1.806 | 1.806 | 100.0% | 1 | | -> duration | 1.806 | 1.806 | 1.806 | 1.806 | 1.806 | 1.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.805945 Full duration: 19.554428 -------------------------------------------------------------------------------- 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | keystone_v3.update_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> duration | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.922281 Full duration: 12.62625 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.760843 Full duration: 14.683271 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 1af504a7-f99f-41f8-9eeb-b3e05a67af4f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684294 Full duration: 14.553542 -------------------------------------------------------------------------------- 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.list_users | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> duration | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.892784 Full duration: 14.903579 -------------------------------------------------------------------------------- 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 1af504a7-f99f-41f8-9eeb-b3e05a67af4f has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | keystone_v3.create_users | 4.812 | 4.812 | 4.812 | 4.812 | 4.812 | 4.812 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.812 | 4.812 | 4.812 | 4.812 | 4.812 | 4.812 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | total | 6.424 | 6.424 | 6.424 | 6.424 | 6.424 | 6.424 | 100.0% | 1 | | -> duration | 6.424 | 6.424 | 6.424 | 6.424 | 6.424 | 6.424 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.424304 Full duration: 22.425264 HINTS: * To plot HTML graphics with this data, run: rally task report 1af504a7-f99f-41f8-9eeb-b3e05a67af4f --out output.html * To generate a JUnit report, run: rally task export 1af504a7-f99f-41f8-9eeb-b3e05a67af4f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1af504a7-f99f-41f8-9eeb-b3e05a67af4f --json --out output.json 2018-05-24 11:54:55,341 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '1af504a7-f99f-41f8-9eeb-b3e05a67af4f'] 2018-05-24 11:54:56,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 11:54:56,400 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '1af504a7-f99f-41f8-9eeb-b3e05a67af4f', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-24 11:54:56,407 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-24 11:54:56,407 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-24 11:54:56,408 - 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 11:54:56,408 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 11:54:56,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 11:54:56,425 - 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': 'd23ad2b8-4b5a-4de4-a52f-5c0708489574', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'flavor_name': 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', '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 12:00:09,913 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d52b20f7-7ed0-45db-9f52-3792b1de45f1 2018-05-24 12:00:09,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd52b20f7-7ed0-45db-9f52-3792b1de45f1'] 2018-05-24 12:00:10,948 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d52b20f7-7ed0-45db-9f52-3792b1de45f1: 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | neutron.delete_network | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | total | 2.168 | 2.168 | 2.168 | 2.168 | 2.168 | 2.168 | 100.0% | 1 | | -> duration | 2.168 | 2.168 | 2.168 | 2.168 | 2.168 | 2.168 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.168464 Full duration: 15.383743 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | neutron.delete_port | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | total | 2.078 | 2.078 | 2.078 | 2.078 | 2.078 | 2.078 | 100.0% | 1 | | -> duration | 2.078 | 2.078 | 2.078 | 2.078 | 2.078 | 2.078 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.077693 Full duration: 28.228352 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | neutron.create_subnet | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | neutron.create_router | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | neutron.add_interface_router | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 1.523 | 100.0% | 1 | | neutron.remove_interface_router | 1.244 | 1.244 | 1.244 | 1.244 | 1.244 | 1.244 | 100.0% | 1 | | neutron.delete_router | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | total | 5.285 | 5.285 | 5.285 | 5.285 | 5.285 | 5.285 | 100.0% | 1 | | -> duration | 5.285 | 5.285 | 5.285 | 5.285 | 5.285 | 5.285 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.285134 Full duration: 40.985165 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.191 | 1.191 | 1.191 | 1.191 | 1.191 | 1.191 | 100.0% | 1 | | neutron.delete_subnet | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | total | 1.822 | 1.822 | 1.822 | 1.822 | 1.822 | 1.822 | 100.0% | 1 | | -> duration | 1.822 | 1.822 | 1.822 | 1.822 | 1.822 | 1.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.821801 Full duration: 29.370812 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | neutron.list_networks | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> duration | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 1.293 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.292622 Full duration: 16.813891 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.363 | 1.363 | 1.363 | 1.363 | 1.363 | 1.363 | 100.0% | 1 | | neutron.list_ports | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 100.0% | 1 | | -> duration | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.602033 Full duration: 27.930074 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | neutron.create_subnet | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | neutron.create_router | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | neutron.add_interface_router | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | neutron.list_routers | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 100.0% | 1 | | -> duration | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 3.439 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.438517 Full duration: 37.952604 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | neutron.create_subnet | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | neutron.list_subnets | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 100.0% | 1 | | -> duration | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 1.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.763411 Full duration: 33.519921 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 1.108 | 100.0% | 1 | | neutron.delete_security_group | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 100.0% | 1 | | total | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | -> duration | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.401582 Full duration: 14.404894 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.create_security_group_rule | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 100.0% | 1 | | neutron.delete_security_group | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 2.052 | 2.052 | 2.052 | 2.052 | 2.052 | 2.052 | 100.0% | 1 | | -> duration | 2.052 | 2.052 | 2.052 | 2.052 | 2.052 | 2.052 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.051923 Full duration: 14.939225 -------------------------------------------------------------------------------- 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 d52b20f7-7ed0-45db-9f52-3792b1de45f1 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.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | neutron.create_router | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | neutron.add_gateway_router | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 2.033 | 100.0% | 1 | | neutron.remove_gateway_router | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 0.922 | 100.0% | 1 | | total | 4.462 | 4.462 | 4.462 | 4.462 | 4.462 | 4.462 | 100.0% | 1 | | -> duration | 4.462 | 4.462 | 4.462 | 4.462 | 4.462 | 4.462 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.46153 Full duration: 25.708697 HINTS: * To plot HTML graphics with this data, run: rally task report d52b20f7-7ed0-45db-9f52-3792b1de45f1 --out output.html * To generate a JUnit report, run: rally task export d52b20f7-7ed0-45db-9f52-3792b1de45f1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d52b20f7-7ed0-45db-9f52-3792b1de45f1 --json --out output.json 2018-05-24 12:00:10,949 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd52b20f7-7ed0-45db-9f52-3792b1de45f1'] 2018-05-24 12:00:12,012 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 12:00:12,012 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd52b20f7-7ed0-45db-9f52-3792b1de45f1', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-24 12:00:12,019 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-24 12:00:12,020 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-24 12:00:12,020 - 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 12:00:12,020 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 12:00:12,036 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 12:00:12,036 - 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': 'd23ad2b8-4b5a-4de4-a52f-5c0708489574', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'flavor_name': 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', '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 12:08:31,067 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 69429741-97f6-4b04-9342-a2e925261e2e 2018-05-24 12:08:31,067 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '69429741-97f6-4b04-9342-a2e925261e2e'] 2018-05-24 12:08:32,169 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 69429741-97f6-4b04-9342-a2e925261e2e: 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-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "image": { "name": "Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "block_migration": false, "nics": [ { "net-id": "d23ad2b8-4b5a-4de4-a52f-5c0708489574" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69429741-97f6-4b04-9342-a2e925261e2e 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.394 | 10.394 | 10.394 | 10.394 | 10.394 | 10.394 | 100.0% | 1 | | nova.find_host_to_migrate | 2.399 | 2.399 | 2.399 | 2.399 | 2.399 | 2.399 | 100.0% | 1 | | nova.live_migrate | 12.655 | 12.655 | 12.655 | 12.655 | 12.655 | 12.655 | 100.0% | 1 | | nova.delete_server | 33.207 | 33.207 | 33.207 | 33.207 | 33.207 | 33.207 | 100.0% | 1 | | total | 58.656 | 58.656 | 58.656 | 58.656 | 58.656 | 58.656 | 100.0% | 1 | | -> duration | 57.656 | 57.656 | 57.656 | 57.656 | 57.656 | 57.656 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 57.656227 Full duration: 68.675571 -------------------------------------------------------------------------------- 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-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "image": { "name": "Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "d23ad2b8-4b5a-4de4-a52f-5c0708489574" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69429741-97f6-4b04-9342-a2e925261e2e 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.27 | 10.27 | 10.27 | 10.27 | 10.27 | 10.27 | 100.0% | 1 | | cinder_v2.create_volume | 2.93 | 2.93 | 2.93 | 2.93 | 2.93 | 2.93 | 100.0% | 1 | | nova.attach_volume | 4.092 | 4.092 | 4.092 | 4.092 | 4.092 | 4.092 | 100.0% | 1 | | nova.find_host_to_migrate | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | nova.live_migrate | 14.576 | 14.576 | 14.576 | 14.576 | 14.576 | 14.576 | 100.0% | 1 | | nova.detach_volume | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 100.0% | 1 | | cinder_v2.delete_volume | 2.462 | 2.462 | 2.462 | 2.462 | 2.462 | 2.462 | 100.0% | 1 | | nova.delete_server | 2.792 | 2.792 | 2.792 | 2.792 | 2.792 | 2.792 | 100.0% | 1 | | total | 39.897 | 39.897 | 39.897 | 39.897 | 39.897 | 39.897 | 100.0% | 1 | | -> duration | 38.897 | 38.897 | 38.897 | 38.897 | 38.897 | 38.897 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.897135 Full duration: 52.374254 -------------------------------------------------------------------------------- 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-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "image": { "name": "Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "d23ad2b8-4b5a-4de4-a52f-5c0708489574" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69429741-97f6-4b04-9342-a2e925261e2e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.884 | 9.884 | 9.884 | 9.884 | 9.884 | 9.884 | 100.0% | 1 | | nova.boot_server | 9.209 | 9.209 | 9.209 | 9.209 | 9.209 | 9.209 | 100.0% | 1 | | nova.find_host_to_migrate | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 1.444 | 100.0% | 1 | | nova.live_migrate | 16.454 | 16.454 | 16.454 | 16.454 | 16.454 | 16.454 | 100.0% | 1 | | nova.delete_server | 8.138 | 8.138 | 8.138 | 8.138 | 8.138 | 8.138 | 100.0% | 1 | | total | 45.13 | 45.13 | 45.13 | 45.13 | 45.13 | 45.13 | 100.0% | 1 | | -> duration | 44.13 | 44.13 | 44.13 | 44.13 | 44.13 | 44.13 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 44.129794 Full duration: 57.09089 -------------------------------------------------------------------------------- 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-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "image": { "name": "Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "server_kwargs": { "nics": [ { "net-id": "d23ad2b8-4b5a-4de4-a52f-5c0708489574" } ] } }, "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 69429741-97f6-4b04-9342-a2e925261e2e 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | nova.boot_server | 8.569 | 8.569 | 8.569 | 8.569 | 8.569 | 8.569 | 100.0% | 1 | | nova.delete_server | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | nova.delete_keypair | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | total | 11.993 | 11.993 | 11.993 | 11.993 | 11.993 | 11.993 | 100.0% | 1 | | -> duration | 10.993 | 10.993 | 10.993 | 10.993 | 10.993 | 10.993 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.993247 Full duration: 37.73233 -------------------------------------------------------------------------------- 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-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "image": { "name": "Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "volume_size": 5, "nics": [ { "net-id": "d23ad2b8-4b5a-4de4-a52f-5c0708489574" } ] }, "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 69429741-97f6-4b04-9342-a2e925261e2e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.761 | 8.761 | 8.761 | 8.761 | 8.761 | 8.761 | 100.0% | 1 | | nova.boot_server | 9.462 | 9.462 | 9.462 | 9.462 | 9.462 | 9.462 | 100.0% | 1 | | nova.delete_server | 3.169 | 3.169 | 3.169 | 3.169 | 3.169 | 3.169 | 100.0% | 1 | | total | 21.392 | 21.392 | 21.392 | 21.392 | 21.392 | 21.392 | 100.0% | 1 | | -> duration | 20.392 | 20.392 | 20.392 | 20.392 | 20.392 | 20.392 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.391906 Full duration: 49.108893 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "image": { "name": "Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "force_delete": false, "nics": [ { "net-id": "d23ad2b8-4b5a-4de4-a52f-5c0708489574" } ] }, "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 69429741-97f6-4b04-9342-a2e925261e2e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.669 | 9.669 | 9.669 | 9.669 | 9.669 | 9.669 | 100.0% | 1 | | nova.pause_server | 3.176 | 3.176 | 3.176 | 3.176 | 3.176 | 3.176 | 100.0% | 1 | | nova.unpause_server | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 2.966 | 100.0% | 1 | | nova.delete_server | 5.5 | 5.5 | 5.5 | 5.5 | 5.5 | 5.5 | 100.0% | 1 | | total | 21.312 | 21.312 | 21.312 | 21.312 | 21.312 | 21.312 | 100.0% | 1 | | -> duration | 16.312 | 16.312 | 16.312 | 16.312 | 16.312 | 16.312 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.312156 Full duration: 47.247682 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "image": { "name": "Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "nics": [ { "net-id": "d23ad2b8-4b5a-4de4-a52f-5c0708489574" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69429741-97f6-4b04-9342-a2e925261e2e 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.228 | 10.228 | 10.228 | 10.228 | 10.228 | 10.228 | 100.0% | 1 | | nova.migrate | 71.019 | 71.019 | 71.019 | 71.019 | 71.019 | 71.019 | 100.0% | 1 | | nova.resize_confirm | 8.119 | 8.119 | 8.119 | 8.119 | 8.119 | 8.119 | 100.0% | 1 | | nova.delete_server | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 100.0% | 1 | | total | 92.036 | 92.036 | 92.036 | 92.036 | 92.036 | 92.036 | 100.0% | 1 | | -> duration | 91.036 | 91.036 | 91.036 | 91.036 | 91.036 | 91.036 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 91.036028 Full duration: 101.780246 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "image": { "name": "Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 69429741-97f6-4b04-9342-a2e925261e2e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.902 | 9.902 | 9.902 | 9.902 | 9.902 | 9.902 | 100.0% | 1 | | nova.list_interfaces | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 10.003 | 10.003 | 10.003 | 10.003 | 10.003 | 10.003 | 100.0% | 1 | | -> duration | 9.003 | 9.003 | 9.003 | 9.003 | 9.003 | 9.003 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.003098 Full duration: 38.299002 -------------------------------------------------------------------------------- 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 69429741-97f6-4b04-9342-a2e925261e2e has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | nova.delete_server_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> duration | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758467 Full duration: 9.696631 HINTS: * To plot HTML graphics with this data, run: rally task report 69429741-97f6-4b04-9342-a2e925261e2e --out output.html * To generate a JUnit report, run: rally task export 69429741-97f6-4b04-9342-a2e925261e2e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 69429741-97f6-4b04-9342-a2e925261e2e --json --out output.json 2018-05-24 12:08:32,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '69429741-97f6-4b04-9342-a2e925261e2e'] 2018-05-24 12:08:33,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 12:08:33,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '69429741-97f6-4b04-9342-a2e925261e2e', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-24 12:08:33,243 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-24 12:08:33,243 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-24 12:08:33,243 - 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 12:08:33,243 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 12:08:33,250 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 12:08:33,250 - 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': 'd23ad2b8-4b5a-4de4-a52f-5c0708489574', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'flavor_name': 'rally-tiny-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-8f42d8c8-005b-4088-ab5e-892c2a9dddd6', '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 12:09:26,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 24bd7f06-c37d-4914-b839-895fb6e91614 2018-05-24 12:09:26,668 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '24bd7f06-c37d-4914-b839-895fb6e91614'] 2018-05-24 12:09:27,717 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 24bd7f06-c37d-4914-b839-895fb6e91614: 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 24bd7f06-c37d-4914-b839-895fb6e91614 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.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | quotas.delete_quotas | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 0.578 | 100.0% | 1 | | total | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | -> duration | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.310193 Full duration: 9.049673 -------------------------------------------------------------------------------- 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 24bd7f06-c37d-4914-b839-895fb6e91614 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | total | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> duration | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.673566 Full duration: 8.49759 -------------------------------------------------------------------------------- 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 24bd7f06-c37d-4914-b839-895fb6e91614 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.479 | 0.479 | 0.479 | 0.479 | 0.479 | 0.479 | 100.0% | 1 | | total | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> duration | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.878862 Full duration: 9.004625 -------------------------------------------------------------------------------- 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 24bd7f06-c37d-4914-b839-895fb6e91614 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.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | total | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> duration | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.458873 Full duration: 9.178248 HINTS: * To plot HTML graphics with this data, run: rally task report 24bd7f06-c37d-4914-b839-895fb6e91614 --out output.html * To generate a JUnit report, run: rally task export 24bd7f06-c37d-4914-b839-895fb6e91614 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 24bd7f06-c37d-4914-b839-895fb6e91614 --json --out output.json 2018-05-24 12:09:27,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '24bd7f06-c37d-4914-b839-895fb6e91614'] 2018-05-24 12:09:28,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 12:09:28,709 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '24bd7f06-c37d-4914-b839-895fb6e91614', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-24 12:09:28,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-24 12:09:28,718 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:45 | 6 | 100.00% | | glance | 01:22 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:45 | 11 | 100.00% | | nova | 07:42 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:50 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-24 12:09:28,718 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-24 12:09:37,319 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-24 12:09:37,320 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-24 12:09:37,884 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 12:09:37,884 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:48 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-24 12:09:37,889 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-24 12:09:37,977 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-24 12:09:37,978 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-24 12:09:37,978 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 12:09:40,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-24 12:09:40.008 11227 INFO rally.deployment.engine [-] Deployment f3cf9f02-7361-474f-8220-75c39402fbbc | Starting: Destroy cloud and free allocated resources. 2018-05-24 12:09:40.098 11227 INFO rally.deployment.engine [-] Deployment f3cf9f02-7361-474f-8220-75c39402fbbc | Completed: Destroy cloud and free allocated resources. 2018-05-24 12:09:40.114 11227 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035). 2018-05-24 12:09:40.118 11227 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-24 12:09:42,802 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 12:09:42.504 11230 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3a7374ba-1a4e-4991-abb9-9b7846aafc94) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3a7374ba-1a4e-4991-abb9-9b7846aafc94 | 2018-05-24T12:09:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3a7374ba-1a4e-4991-abb9-9b7846aafc94 ~/.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 12:09:46,211 - 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 12:09:46,211 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-24 12:09:48,469 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-24 12:09:48.243 11236 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=42f7e8f1-23a3-43ea-a2ab-f2bfd5c96035). 2018-05-24 12:09:48.355 11236 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-24 12:09:51,929 - 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 12:09:50.492 11239 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-24 12:09:50.631 11239 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-24 12:09:51.733 11239 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=71991253-fa1d-4bcb-a6b6-34f800613718) has been successfully created! Using verifier 'opnfv-tempest' (UUID=71991253-fa1d-4bcb-a6b6-34f800613718) as the default verifier for the future CLI operations. 2018-05-24 12:09:54,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5' 2018-05-24 12:09:55,509 - 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-24T12:09:55Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ce296fdd-8734-462e-a752-912bc7f6d5f8', u'provider:segmentation_id': 73, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5', u'admin_state_up': True, u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T12:09:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 12:09:56,461 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T12:09:56Z', 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'910967a7-eb6f-43ef-b6df-c405d357d46a', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5', u'enable_dhcp': True, u'network_id': u'ce296fdd-8734-462e-a752-912bc7f6d5f8', u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T12:09:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 12:09:56,461 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-24 12:09:56,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5' 2018-05-24 12:09:58,816 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T12:09:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/5600ba01-efb7-494d-bf61-597009795ffb/file', u'owner': u'139bd346490545df8f08a6b11feb7939', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5600ba01-efb7-494d-bf61-597009795ffb', u'size': None, u'name': u'Cirros-0.4.0-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5', u'checksum': None, u'self': u'/v2/images/5600ba01-efb7-494d-bf61-597009795ffb', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T12:09:57Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 12:09:58,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5' 2018-05-24 12:10:01,097 - 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-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T12:09:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d4903148-7372-47cd-87a8-2a7346518411/file', u'owner': u'139bd346490545df8f08a6b11feb7939', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd4903148-7372-47cd-87a8-2a7346518411', u'size': None, u'name': u'Cirros-0.4.0-1-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5', u'checksum': None, u'self': u'/v2/images/d4903148-7372-47cd-87a8-2a7346518411', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T12:09:59Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 12:10:01,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-24 12:10:01,312 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5', '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'139bd346490545df8f08a6b11feb7939', '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'1c80b54a-7790-402c-b848-f416bc0f8121', 'swap': 0}) 2018-05-24 12:10:01,408 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-0f1494c0-23cd-41d6-b3b8-6e5763b10aa5', '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'139bd346490545df8f08a6b11feb7939', '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'051e07af-8cdf-48bf-9441-d958715c01eb', 'swap': 0}) 2018-05-24 12:10:04,508 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-24 12:10:03.518 11258 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=71991253-fa1d-4bcb-a6b6-34f800613718) for deployment 'opnfv-rally' (UUID=3a7374ba-1a4e-4991-abb9-9b7846aafc94). 2018-05-24 12:10:04.359 11258 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=71991253-fa1d-4bcb-a6b6-34f800613718) has been successfully configured for deployment 'opnfv-rally' (UUID=3a7374ba-1a4e-4991-abb9-9b7846aafc94)! 2018-05-24 12:10:04,508 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-24 12:10:04,508 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-24 12:10:04,511 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-24 12:10:06,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 12:10:09,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:09.095 11270 INFO rally.api [-] Starting verification (UUID=fabd75e8-32c1-4510-a8a8-b4d77882efc7) for deployment 'opnfv-rally' (UUID=3a7374ba-1a4e-4991-abb9-9b7846aafc94) by verifier 'opnfv-tempest' (UUID=71991253-fa1d-4bcb-a6b6-34f800613718). 2018-05-24 12:10:09,096 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: fabd75e8-32c1-4510-a8a8-b4d77882efc7 2018-05-24 12:10:20,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:20.569 11270 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.238s] 2018-05-24 12:10:20,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:20.617 11270 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.232s] 2018-05-24 12:10:20,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:20.645 11270 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.077s] 2018-05-24 12:10:20,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:20.649 11270 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-05-24 12:10:20,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:20.836 11270 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.333s] 2018-05-24 12:10:22,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:22.066 11270 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.479s] 2018-05-24 12:10:22,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:22.134 11270 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.549s] 2018-05-24 12:10:22,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:22.250 11270 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.184s] 2018-05-24 12:10:23,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:23.963 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.384s] 2018-05-24 12:10:25,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:25.177 11270 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.767s] 2018-05-24 12:10:25,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:25.360 11270 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-05-24 12:10:25,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:25.430 11270 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-05-24 12:10:25,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:25.506 11270 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-05-24 12:10:25,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:25.549 11270 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.415s] 2018-05-24 12:10:26,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:26.240 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.255s] 2018-05-24 12:10:26,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:26.564 11270 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.386s] 2018-05-24 12:10:29,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:29.775 11270 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.730s] 2018-05-24 12:10:30,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:30.280 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.039s] 2018-05-24 12:10:30,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:30.867 11270 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [4.302s] 2018-05-24 12:10:31,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:31.770 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.490s] 2018-05-24 12:10:31,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:31.936 11270 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.240s] 2018-05-24 12:10:33,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:33.202 11270 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.166s] 2018-05-24 12:10:33,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:33.377 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.606s] 2018-05-24 12:10:33,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:33.557 11270 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.571s] 2018-05-24 12:10:33,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:33.769 11270 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.567s] 2018-05-24 12:10:33,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:33.845 11270 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.908s] 2018-05-24 12:10:34,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:34.118 11270 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.560s] 2018-05-24 12:10:35,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:35.827 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.162s] 2018-05-24 12:10:35,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:35.925 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.547s] 2018-05-24 12:10:36,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:36.186 11270 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.067s] 2018-05-24 12:10:36,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:36.368 11270 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.182s] 2018-05-24 12:10:36,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:36.538 11270 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.169s] 2018-05-24 12:10:37,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:37.274 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.447s] 2018-05-24 12:10:39,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:39.282 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.355s] 2018-05-24 12:10:41,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:41.554 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [21.242s] 2018-05-24 12:10:42,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:42.099 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.817s] 2018-05-24 12:10:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:42.735 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.636s] 2018-05-24 12:10:42,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:42.919 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.184s] 2018-05-24 12:10:43,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:43.072 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.152s] 2018-05-24 12:10:43,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:43.098 11270 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.026s] 2018-05-24 12:10:47,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:47.095 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [23.127s] 2018-05-24 12:10:48,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:48.322 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.060s] 2018-05-24 12:10:48,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:48.335 11270 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 12:10:48,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:48.473 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.138s] 2018-05-24 12:10:48,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:48.488 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2018-05-24 12:10:48,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:48.499 11270 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 12:10:48,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:48.533 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2018-05-24 12:10:48,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:48.601 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.067s] 2018-05-24 12:10:48,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:48.811 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.210s] 2018-05-24 12:10:49,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:49.249 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.437s] 2018-05-24 12:10:49,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:49.268 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.017s] 2018-05-24 12:10:49,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:49.335 11270 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.067s] 2018-05-24 12:10:59,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:59.265 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-05-24 12:10:59,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:59.469 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.204s] 2018-05-24 12:10:59,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:10:59.668 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.198s] 2018-05-24 12:11:00,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:00.244 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.575s] 2018-05-24 12:11:00,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:00.354 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.109s] 2018-05-24 12:11:00,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:00.735 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.379s] 2018-05-24 12:11:00,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:00.775 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.041s] 2018-05-24 12:11:00,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:00.826 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.050s] 2018-05-24 12:11:01,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:01.031 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.203s] 2018-05-24 12:11:01,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:01.251 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.219s] 2018-05-24 12:11:01,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:01.306 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.054s] 2018-05-24 12:11:02,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:02.084 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.777s] 2018-05-24 12:11:02,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:02.470 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.384s] 2018-05-24 12:11:02,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:02.521 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-05-24 12:11:02,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:02.570 11270 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-05-24 12:11:02,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:02.883 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.569s] 2018-05-24 12:11:05,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:05.234 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.349s] 2018-05-24 12:11:05,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:05.946 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.048s] 2018-05-24 12:11:06,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:06.953 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.717s] 2018-05-24 12:11:08,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:08.423 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [2.474s] 2018-05-24 12:11:08,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:08.426 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.470s] 2018-05-24 12:11:10,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:10.059 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.634s] 2018-05-24 12:11:11,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:11.508 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.448s] 2018-05-24 12:11:12,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:12.048 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.540s] 2018-05-24 12:11:12,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:12.570 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.521s] 2018-05-24 12:11:12,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:12.617 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.195s] 2018-05-24 12:11:13,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:13.257 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.687s] 2018-05-24 12:11:13,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:13.458 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [26.359s] 2018-05-24 12:11:14,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:14.792 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.532s] 2018-05-24 12:11:15,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:15.481 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.689s] 2018-05-24 12:11:15,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:15.875 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.394s] 2018-05-24 12:11:16,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:16.259 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.383s] 2018-05-24 12:11:16,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:16.796 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.178s] 2018-05-24 12:11:17,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:17.689 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.428s] 2018-05-24 12:11:18,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:18.566 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.878s] 2018-05-24 12:11:19,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:19.292 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.725s] 2018-05-24 12:11:19,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:19.906 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.614s] 2018-05-24 12:11:20,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:20.133 11270 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.227s] 2018-05-24 12:11:21,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:21.320 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.523s] 2018-05-24 12:11:23,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:23.145 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.687s] 2018-05-24 12:11:25,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:25.455 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.135s] 2018-05-24 12:11:26,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:26.667 11270 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [55.792s] 2018-05-24 12:11:29,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:29.426 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.971s] 2018-05-24 12:11:37,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:37.486 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.058s] 2018-05-24 12:11:40,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:40.540 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.054s] 2018-05-24 12:11:40,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:40.823 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.282s] 2018-05-24 12:11:40,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:40.943 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.119s] 2018-05-24 12:11:41,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:41.018 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.074s] 2018-05-24 12:11:41,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:41.226 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.208s] 2018-05-24 12:11:41,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:41.539 11270 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.361s] 2018-05-24 12:11:41,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:41.608 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.381s] 2018-05-24 12:11:41,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:41.769 11270 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.230s] 2018-05-24 12:11:41,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:41.871 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.263s] 2018-05-24 12:11:41,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:41.934 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.061s] 2018-05-24 12:11:41,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:41.986 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.052s] 2018-05-24 12:11:48,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:48.359 11270 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.372s] 2018-05-24 12:11:58,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:11:58.489 11270 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [68.617s] 2018-05-24 12:12:05,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:05.982 11270 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [9.006s] 2018-05-24 12:12:12,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:12.013 11270 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.030s] 2018-05-24 12:12:21,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:21.481 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [58.325s] 2018-05-24 12:12:26,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:26.364 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.314s] 2018-05-24 12:12:26,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:26.727 11270 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.363s] 2018-05-24 12:12:40,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:40.170 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-05-24 12:12:40,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:40.342 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.172s] 2018-05-24 12:12:40,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:40.538 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.195s] 2018-05-24 12:12:40,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:40.658 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.119s] 2018-05-24 12:12:40,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:40.917 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.259s] 2018-05-24 12:12:41,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:41.261 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.343s] 2018-05-24 12:12:41,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:41.317 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.054s] 2018-05-24 12:12:41,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:41.504 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.186s] 2018-05-24 12:12:42,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:42.077 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.572s] 2018-05-24 12:12:42,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:12:42.265 11270 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.188s] 2018-05-24 12:13:09,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:13:09.918 11270 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.430s] 2018-05-24 12:14:37,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:14:37.927 11270 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [88.004s] 2018-05-24 12:14:55,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:14:55.862 11270 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.935s] 2018-05-24 12:15:15,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:15:15.644 11270 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.973s] 2018-05-24 12:15:24,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:15:24.549 11270 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.903s] 2018-05-24 12:15:35,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:15:35.975 11270 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.424s] 2018-05-24 12:15:40,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fabd75e8-32c1-4510-a8a8-b4d77882efc7']'. 2018-05-24 12:15:41,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-24 12:15:41,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-24 12:15:41,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 12:15:41,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fabd75e8-32c1-4510-a8a8-b4d77882efc7 | 2018-05-24 12:15:41,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-24 12:15:41,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-24 12:10:09 | 2018-05-24 12:15:41,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-24 12:15:40 | 2018-05-24 12:15:41,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:31 | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 71991253-fa1d-4bcb-a6b6-34f800613718) | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3a7374ba-1a4e-4991-abb9-9b7846aafc94) | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 130 | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 317.661 | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 130 | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-24 12:15:41,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-24 12:15:41,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-24 12:15:41,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-24 12:15:41,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 12:15:41,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-24 12:15:41,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-05-24 12:15:48,415 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 12:15:48,416 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:54 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-24 12:15:48,420 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-24 12:15:48,503 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-24 12:15:48,503 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-24 12:15:48,503 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 12:15:51,094 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-24 12:15:50.686 11368 INFO rally.deployment.engine [-] Deployment 3a7374ba-1a4e-4991-abb9-9b7846aafc94 | Starting: Destroy cloud and free allocated resources. 2018-05-24 12:15:50.770 11368 INFO rally.deployment.engine [-] Deployment 3a7374ba-1a4e-4991-abb9-9b7846aafc94 | Completed: Destroy cloud and free allocated resources. 2018-05-24 12:15:50.811 11368 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=71991253-fa1d-4bcb-a6b6-34f800613718) for deployment 'opnfv-rally'. 2018-05-24 12:15:50.828 11368 INFO rally.api [-] Deleting verification (UUID=fabd75e8-32c1-4510-a8a8-b4d77882efc7). 2018-05-24 12:15:50.864 11368 INFO rally.api [-] Verification has been successfully deleted! 2018-05-24 12:15:50.865 11368 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=71991253-fa1d-4bcb-a6b6-34f800613718). 2018-05-24 12:15:50.875 11368 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-24 12:15:53,422 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 12:15:53.136 11371 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee | 2018-05-24T12:15:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee ~/.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 12:15:56,764 - 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 12:15:56,765 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-24 12:15:59,154 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-24 12:15:58.869 11377 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=71991253-fa1d-4bcb-a6b6-34f800613718). 2018-05-24 12:15:58.991 11377 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-24 12:16:02,642 - 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 12:16:01.220 11380 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-24 12:16:01.357 11380 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-24 12:16:02.410 11380 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=48495850-cc3f-4432-99a7-e02049db9ef8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=48495850-cc3f-4432-99a7-e02049db9ef8) as the default verifier for the future CLI operations. 2018-05-24 12:16:05,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-d406d579-9bae-4fd9-994b-264508d85938' 2018-05-24 12:16:06,330 - 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-24T12:16:06Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'04bc8b46-0a5c-4dde-ba55-a1f1d7d49418', u'provider:segmentation_id': 67, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-d406d579-9bae-4fd9-994b-264508d85938', u'admin_state_up': True, u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T12:16:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 12:16:07,180 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T12:16:06Z', 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'4ca38821-d051-4108-acc9-0cab68dfbaf6', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-d406d579-9bae-4fd9-994b-264508d85938', u'enable_dhcp': True, u'network_id': u'04bc8b46-0a5c-4dde-ba55-a1f1d7d49418', u'tenant_id': u'139bd346490545df8f08a6b11feb7939', u'created_at': u'2018-05-24T12:16:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'139bd346490545df8f08a6b11feb7939'}) 2018-05-24 12:16:07,181 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-24 12:16:07,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-d406d579-9bae-4fd9-994b-264508d85938' 2018-05-24 12:16:09,189 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-d406d579-9bae-4fd9-994b-264508d85938', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T12:16:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/956a7411-13ac-4020-926c-d5f938f43a99/file', u'owner': u'139bd346490545df8f08a6b11feb7939', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'956a7411-13ac-4020-926c-d5f938f43a99', u'size': None, u'name': u'Cirros-0.4.0-d406d579-9bae-4fd9-994b-264508d85938', u'checksum': None, u'self': u'/v2/images/956a7411-13ac-4020-926c-d5f938f43a99', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T12:16:07Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 12:16:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-d406d579-9bae-4fd9-994b-264508d85938' 2018-05-24 12:16:11,505 - 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-d406d579-9bae-4fd9-994b-264508d85938', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T12:16:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/6efc633f-3e78-4238-b903-b779b3e08c4e/file', u'owner': u'139bd346490545df8f08a6b11feb7939', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6efc633f-3e78-4238-b903-b779b3e08c4e', u'size': None, u'name': u'Cirros-0.4.0-1-d406d579-9bae-4fd9-994b-264508d85938', u'checksum': None, u'self': u'/v2/images/6efc633f-3e78-4238-b903-b779b3e08c4e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T12:16:09Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 12:16:11,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-24 12:16:11,717 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-d406d579-9bae-4fd9-994b-264508d85938', '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'139bd346490545df8f08a6b11feb7939', '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'72885649-442d-49d4-a9bb-7dcf276ba30b', 'swap': 0}) 2018-05-24 12:16:11,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-d406d579-9bae-4fd9-994b-264508d85938', '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'139bd346490545df8f08a6b11feb7939', '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'05d3769f-3969-4e08-93cd-7c147b34952b', 'swap': 0}) 2018-05-24 12:16:14,999 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-24 12:16:13.957 11399 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=48495850-cc3f-4432-99a7-e02049db9ef8) for deployment 'opnfv-rally' (UUID=a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee). 2018-05-24 12:16:14.840 11399 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=48495850-cc3f-4432-99a7-e02049db9ef8) has been successfully configured for deployment 'opnfv-rally' (UUID=a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee)! 2018-05-24 12:16:14,999 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-24 12:16:14,999 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-24 12:16:15,001 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-24 12:16:15,011 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-24 12:16:19,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-48495850-cc3f-4432-99a7-e02049db9ef8/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 12:16:19,466 - 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 12:16:21,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 12:16:21.637 11408 INFO rally.api [-] Starting verification (UUID=aca5ba04-3081-4a7b-baa4-ec1da9c13935) for deployment 'opnfv-rally' (UUID=a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee) by verifier 'opnfv-tempest' (UUID=48495850-cc3f-4432-99a7-e02049db9ef8). 2018-05-24 12:16:21,638 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: aca5ba04-3081-4a7b-baa4-ec1da9c13935 2018-05-24 12:19:00,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'aca5ba04-3081-4a7b-baa4-ec1da9c13935']'. 2018-05-24 12:19:01,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-24 12:19:01,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-24 12:19:01,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | aca5ba04-3081-4a7b-baa4-ec1da9c13935 | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-24 12:16:21 | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-24 12:19:00 | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:39 | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 48495850-cc3f-4432-99a7-e02049db9ef8) | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-24 12:19:01,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee) | 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 149.682 | 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 12:19:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-24 12:19:02,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-24 12:19:08,381 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 12:19:08,381 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-24 12:19:08,385 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-24 12:19:29,967 - 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 12:19:29,967 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-24 12:19:30,021 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-24 12:19:30,135 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 12:19:30,136 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-24 12:19:30,139 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-24 12:19:31,288 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-24 13:45:43,909 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 13:45:43,910 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 86:12 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-24 13:45:43,914 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-24 13:45:43,914 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-24 13:45:44,003 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 13:45:46,568 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-24 13:45:46.139 11512 INFO rally.deployment.engine [-] Deployment a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee | Starting: Destroy cloud and free allocated resources. 2018-05-24 13:45:46.223 11512 INFO rally.deployment.engine [-] Deployment a3f8dfc3-6061-4751-bcd8-4eb6aac7bbee | Completed: Destroy cloud and free allocated resources. 2018-05-24 13:45:46.283 11512 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=48495850-cc3f-4432-99a7-e02049db9ef8) for deployment 'opnfv-rally'. 2018-05-24 13:45:46.315 11512 INFO rally.api [-] Deleting verification (UUID=aca5ba04-3081-4a7b-baa4-ec1da9c13935). 2018-05-24 13:45:46.353 11512 INFO rally.api [-] Verification has been successfully deleted! 2018-05-24 13:45:46.354 11512 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=48495850-cc3f-4432-99a7-e02049db9ef8). 2018-05-24 13:45:46.367 11512 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-24 13:45:48,972 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 13:45:48.702 11515 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e1484e68-7f5f-4c46-ae15-f544465fbf33) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e1484e68-7f5f-4c46-ae15-f544465fbf33 | 2018-05-24T13:45:48 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e1484e68-7f5f-4c46-ae15-f544465fbf33 ~/.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 13:45:52,360 - 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 13:45:52,360 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-24 13:45:54,688 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-24 13:45:54.451 11521 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=48495850-cc3f-4432-99a7-e02049db9ef8). 2018-05-24 13:45:54.569 11521 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-24 13:45:58,147 - 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 13:45:56.759 11524 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-24 13:45:56.893 11524 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-24 13:45:57.971 11524 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21868d64-418e-4fb3-a7a7-74437934c62a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=21868d64-418e-4fb3-a7a7-74437934c62a) as the default verifier for the future CLI operations. 2018-05-24 13:46:02,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-66e05f38-4109-4c0e-9ec1-5d0de1843425' 2018-05-24 13:46:03,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-66e05f38-4109-4c0e-9ec1-5d0de1843425' 2018-05-24 13:46:05,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-66e05f38-4109-4c0e-9ec1-5d0de1843425' 2018-05-24 13:46:07,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-24 13:46:10,992 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-24 13:46:10.071 11543 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21868d64-418e-4fb3-a7a7-74437934c62a) for deployment 'opnfv-rally' (UUID=e1484e68-7f5f-4c46-ae15-f544465fbf33). 2018-05-24 13:46:10.891 11543 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21868d64-418e-4fb3-a7a7-74437934c62a) has been successfully configured for deployment 'opnfv-rally' (UUID=e1484e68-7f5f-4c46-ae15-f544465fbf33)! 2018-05-24 13:46:13,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-21868d64-418e-4fb3-a7a7-74437934c62a/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 13:46:13,974 - 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 13:46:16,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 13:46:16.139 11552 INFO rally.api [-] Starting verification (UUID=3ae081c9-a6cf-4736-83d7-3d9feda5cdfe) for deployment 'opnfv-rally' (UUID=e1484e68-7f5f-4c46-ae15-f544465fbf33) by verifier 'opnfv-tempest' (UUID=21868d64-418e-4fb3-a7a7-74437934c62a). 2018-05-24 13:49:24,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3ae081c9-a6cf-4736-83d7-3d9feda5cdfe']'. 2018-05-24 13:49:25,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-24 13:49:25,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-24 13:49:25,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 13:49:25,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3ae081c9-a6cf-4736-83d7-3d9feda5cdfe | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-24 13:46:16 | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-24 13:49:24 | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:08 | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 21868d64-418e-4fb3-a7a7-74437934c62a) | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e1484e68-7f5f-4c46-ae15-f544465fbf33) | 2018-05-24 13:49:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-24 13:49:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 171.3 | 2018-05-24 13:49:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-24 13:49:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-24 13:49:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-24 13:49:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-24 13:49:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-24 13:49:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 13:49:25,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-24 13:49:25,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-05-24 13:49:31,588 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 13:49:31,589 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:30 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-24 13:49:31,593 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-24 13:49:31,594 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:48 | FAIL | | vping_userdata | functest | smoke | 09:08 | FAIL | | tempest_smoke_serial | functest | smoke | 17:47 | FAIL | | rally_sanity | functest | smoke | 25:48 | PASS | | refstack_defcore | functest | smoke | 05:54 | PASS | | patrole | functest | smoke | 03:03 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 86:12 | FAIL | | neutron_trunk | functest | smoke | 03:30 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-24 13:49:31,601 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-24 13:49:34,603 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-146 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 13:49:34,605 - 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=q4vDYM44kkYcfZnv3jWzhxkrD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-05-24 13:49:34,605 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 13:49:34,605 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-24 13:49:34,605 - 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 13:49:34,607 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-24 13:49:37,137 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-146 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 13:49:37,141 - 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=q4vDYM44kkYcfZnv3jWzhxkrD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-05-24 13:49:37,141 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 13:49:37,142 - 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 13:49:37,143 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-24 13:49:37,144 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-24 13:49:37,533 - 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 13:49:37,565 - 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 13:49:37,584 - 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 13:49:37,953 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-24 13:49:37,954 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-24 13:49:38,414 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-24 13:49:38,414 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-24 13:49:38,801 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-24 13:49:41,676 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-38cff215-9660-49d9-a8ed-86dda6ed339e, password=122e4b67-3911-4ae9-b66c-43e40fbe4ae0, auth_url=http://172.30.9.27:5000/v3, project_name=cloudify_ims-38cff215-9660-49d9-a8ed-86dda6ed339e, 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 13:49:41,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-24 13:49:43,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-24 13:49:43,357 - 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 13:51:11,748 - 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 13:51:19,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-24 13:51:19,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-24 13:51:29,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-24 13:51:33,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-24 13:51:33,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-24 13:54:25,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '122e4b67-3911-4ae9-b66c-43e40fbe4ae0', 'keystone_tenant_name': 'cloudify_ims-38cff215-9660-49d9-a8ed-86dda6ed339e', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.27:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-38cff215-9660-49d9-a8ed-86dda6ed339e', 'project_domain_name': 'Default'} 2018-05-24 13:54:25,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-24 13:56:33,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 13:59:10,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:01:47,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:04:25,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:07:02,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:09:39,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:12:16,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:14:54,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:17:31,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:20:08,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:20:38,710 - 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 14:20:38,712 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-24 14:20:38,712 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-24 14:20:39,225 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 14:20:39,226 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 30:60 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-24 14:20:39,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-24 14:22:46,512 - 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.210', 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 14:22:46,537 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-24 14:23:08,136 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-24 14:23:08,136 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-24 14:23:08,270 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-24 14:23:08,654 - 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 14:23:08,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-24 14:23:08,676 - 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 14:23:08,681 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-24 14:23:08,701 - 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 14:23:08,702 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-24 14:23:11,598 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-33ed2f1f-db22-47de-87fd-42251b49f917, password=75282abe-e7a5-4e71-980e-23ecf7384403, auth_url=http://172.30.9.27:5000/v3, project_name=vyos_vrouter-33ed2f1f-db22-47de-87fd-42251b49f917, 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 14:23:11,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-24 14:23:11,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-24 14:23:11,598 - 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 14:24:38,666 - 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 14:24:50,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-24 14:24:51,417 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-24 14:24:59,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-24 14:25:03,464 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-24 14:25:04,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-24 14:27:53,709 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-24 14:30:00,944 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:32:38,256 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:35:15,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:37:52,880 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:40:30,192 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:43:07,504 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:45:44,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:48:22,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:50:59,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:53:36,752 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 14:54:06,775 - 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 14:54:06,904 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 14:54:06,905 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 30:58 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-24 14:54:06,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-24 14:56:14,192 - 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.210', 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 14:56:14,192 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-24 14:56:35,842 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-24 14:56:35,842 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-24 14:56:35,928 - 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 14:56:35,947 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-24 14:56:35,947 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-24 14:56:38,833 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-990a209a-67f5-4750-95ba-3d0acd9ac49c, password=b0035421-3f44-4ec0-9bd6-2c717e70cc35, auth_url=http://172.30.9.27:5000/v3, project_name=juju_epc-990a209a-67f5-4750-95ba-3d0acd9ac49c, 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 14:56:38,835 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-nofeature-ha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-146 | | SDN_CONTROLLER_IP | 192.30.9.3 | | 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 14:56:39,217 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-24 14:56:40,274 - 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 14:56:40,275 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-24 14:56:41,952 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=1c743e16-0ff0-45e5-b2ba-1d28b6f6d221, auth_url=http://172.30.9.27:5000/v3, project_name=juju_epc-990a209a-67f5-4750-95ba-3d0acd9ac49c, 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 14:56:42,334 - 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 14:56:42,335 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-05-24 14:56:42,335 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-05-24 14:56:46,722 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-24 14:56:53,232 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-24 14:56:53,920 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-24 14:56:53,931 - 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 14:56:53,931 - 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 14:57:05,069 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i f753e37d-60ab-4e32-8805-9e765ef2cdd0 -s trusty -r regionOne -u http://172.30.9.27: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 14:57:05,070 - 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 14:57:13,619 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 1b599b99-cd50-49df-b2a8-817202f4b248 -s xenial -r regionOne -u http://172.30.9.27: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 14:57:13,619 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 0c9838a2-b652-44d3-b920-ec4f2a75aa43 2018-05-24 14:57:13,619 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-05-24 15:21:35,895 - 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=0c9838a2-b652-44d3-b920-ec4f2a75aa43', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 14:57:13 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 14:57:13 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=0c9838a2-b652-44d3-b920-ec4f2a75aa43", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 14:57:13 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 14:57:13 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-default-secgroup:true network:0c9838a2-b652-44d3-b920-ec4f2a75aa43 external-network: use-floating-ip:true] 14:57:14 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 14:57:14 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[max-action-results-age:336h use-default-secgroup:true no-proxy:127.0.0.1,localhost,::1 https-proxy: net-bond-reconfigure-delay:17 type:openstack ssl-hostname-verification:false apt-mirror: http-proxy: update-status-hook-interval:5m apt-ftp-proxy: agent-metadata-url: name:controller uuid:2afb61b9-b1e4-45cd-849d-4b4e93b2e350 transmit-vendor-metrics:true apt-http-proxy: use-floating-ip:true ftp-proxy: image-metadata-url: disable-network-management:false authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxkJTZk9/KdRLpXVBLibOUkT7UR82ceTYqqvoHFTCeLqOZlhKOvX3NziQOtpeZdhGzs55qYgx9iAhqcJo12ZQeKvlGI/O6BkWRxqbSC05Pf+gbSr77yfQoRIJjxW3eHm058T1w2w42ZLjFhsaCxU6CkWZToiSE5je77GujngLoaM0uwjFVMPtHBYFnERlmKnGx0GMhutEfBWItYEBI9iFnIIHzkvtFNfsXK/4XUwp772LhoxpDhpsFwO1CPbLAbgo+YXX+wFk8MmV4jlDT+Pw70fDZBfDsEF93aE7sJh1/69uLphKMCPTG9/yI+UonCt2mk+OUZ6o246d6QIutsKfv juju-client-key apt-https-proxy: resource-tags: enable-os-upgrade:true image-stream:released network:0c9838a2-b652-44d3-b920-ec4f2a75aa43 firewall-mode:instance proxy-ssh:false apt-no-proxy: enable-os-refresh-update:true logforward-enabled:false max-action-results-size:5G development:false test-mode:false agent-stream:released ignore-machine-addresses:false external-network: default-series:xenial automatically-retry-hooks:true provisioner-harvest-mode:destroyed max-status-history-size:5G max-status-history-age:336h logging-config:] 14:57:14 INFO juju.provider.openstack provider.go:144 opening model "controller" 14:57:14 DEBUG goose :1 auth details: &{Token:gAAAAABbBtLKEiVFxznYnn6pwh_A3YWVZx3GjyI_eQPln0gQqG2HTjHBxkXM5sFMgpsuHoX33iGUpCgAEZoL51Z21aqMXovBDOXI_R9ETn2NBmHL_psnZYrvwK9TNj0-SB-jAXxBRYkwzYlfG-T3K1JrpJRoUFHB2mw-jCk99hi2fgIzSpORRXE TenantId:fe95e90d3cc34fcfabb92657134022b0 UserId:85f5e921ee874e5c9f8951756c8c4a8d Domain: RegionServiceURLs:map[regionOne:map[compute:http://172.30.9.27:8774/v2.1 metric:http://172.30.9.27:8041 network:http://172.30.9.27:9696 cloudformation:http://172.30.9.27:8000/v1 policy:http://172.30.9.27:1789 placement:http://172.30.9.27:8778/placement volumev2:http://172.30.9.27:8776/v2/fe95e90d3cc34fcfabb92657134022b0 volumev3:http://172.30.9.27:8776/v3/fe95e90d3cc34fcfabb92657134022b0 orchestration:http://172.30.9.27:8004/v1/fe95e90d3cc34fcfabb92657134022b0 identity:http://172.30.9.27:5000 volume:http://172.30.9.27:8776/v1/fe95e90d3cc34fcfabb92657134022b0 alarming:http://172.30.9.27:8042 nfv-orchestration:http://172.30.9.27:9890 image:http://172.30.9.27:9292 key-manager:http://172.30.9.27:9311]]} 14:57:14 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 14:57:14 DEBUG goose :1 performing API version discovery for "http://172.30.9.27:8774/" 14:57:14 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.27:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.27:8774/v2.1/ Rel:self}] Status:CURRENT}] 14:57:14 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 14:57:14 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 14:57:14 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 14:57:14 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 14:57:14 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 14:57:14 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 14:57:14 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 14:57:14 INFO cmd bootstrap.go:233 Loading image metadata 14:57:14 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 14:57:14 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 14:57:14 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 14:57:14 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.27:5000/v3} [trusty opensuseleap vivid xenial yakkety win2012r2 win2016 win2012hv saucy win81 centos7 genericlinux precise wily win2012hvr2 win8 win10 zesty win2016hv quantal raring utopic win2012 win7 win2008r2 win2016nano] [amd64 i386 armhf arm64 ppc64el s390x] released}} 14:57:14 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 14:57:17 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 14:57:18 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.27:5000/v3} not found 14:57:18 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.27:5000/v3} not found 14:57:18 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 14:57:18 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 14:57:18 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 14:57:18 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 14:57:18 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 14:57:18 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 14:57:18 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 14:57:18 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 14:57:18 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 14:57:19 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 []} 14:57:22 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 14:57:22 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 14:57:23 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 14:57:23 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:1b599b99-cd50-49df-b2a8-817202f4b248 Arch:amd64 VirtType:}] 14:57:23 INFO juju.environs.instances image.go:106 find instance - using image with id: 1b599b99-cd50-49df-b2a8-817202f4b248 14:57:23 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 14:57:23 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 14:57:23 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2483 bytes 14:57:23 DEBUG juju.provider.openstack provider.go:1022 using network id "0c9838a2-b652-44d3-b920-ec4f2a75aa43" 14:57:23 DEBUG goose :1 performing API version discovery for "http://172.30.9.27:9696/" 14:57:23 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.27:9696/v2.0/ Rel:self}] Status:CURRENT}] 14:57:29 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "6f13572f-2d11-4971-a411-b66e2876e380" has status BUILD, wait 10 seconds before retry, attempt 10 14:59:20 INFO juju.provider.openstack provider.go:1189 started instance "6f13572f-2d11-4971-a411-b66e2876e380" 14:59:20 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 14:59:22 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.210 14:59:22 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.210 - 6f13572f-2d11-4971-a411-b66e2876e380 (arch=amd64 mem=2G cores=1) 14:59:24 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.5 14:59:24 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.5 14:59:24 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 14:59:27 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.3 14:59:27 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 14:59:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 Attempting to connect to 172.30.9.210:22 Attempting to connect to 172.16.0.6:22 14:59:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 14:59:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 14:59:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 14:59:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 14:59:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 14:59:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 14:59:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 14:59:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 14:59:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 14:59:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:00:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:00:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:00:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:00:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:00:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:00:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:00:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:01:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:01:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:01:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:01:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:01:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:01:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:01:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:01:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:02:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:19 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:02:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:02:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:02:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:02:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:02:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:02:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:03:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:19 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:03:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:03:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:03:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:03:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:03:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:03:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:03:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:04:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:04:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:04:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:04:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:04:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:04:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:04:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:05:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:05:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:05:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:05:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:05:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:05:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:05:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:06:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:06:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:06:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:06:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:06:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:06:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:06:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:06:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:07:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:07:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:07:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:07:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:07:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:07:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:07:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:09 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:08:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:08:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:08:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:08:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:39 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:08:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:08:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:08:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:08:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:09:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:09:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:09:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:09:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:09:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:09:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:09:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:10:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:10:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:10:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:10:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:10:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:10:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:10:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:10:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:11:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:11:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:11:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:11:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:11:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:11:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:11:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:12:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:12:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:12:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:12:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:12:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:12:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:12:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:12:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:13:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:13:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:13:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:13:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:13:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:13:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:13:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:14:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:14:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:14:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:14:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:14:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:14:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:14:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:15:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:15:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:15:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:29 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:15:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:15:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:15:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:15:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:16:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:16:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:16:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:16:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:16:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:16:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:16:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:17:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:17:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:17:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:17:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:17:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:17:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:17:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:17:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:18:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:18:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:18:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:28 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:18:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:38 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:18:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:48 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:18:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:18:58 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:19:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:19:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:19:08 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:19:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:19:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:19:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:19:18 DEBUG juju.provider.openstack provider.go:414 instance 6f13572f-2d11-4971-a411-b66e2876e380 has floating IP address: 172.30.9.210 15:19:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:19:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 15:21:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.210 failed: ssh: connect to host 172.30.9.210 port 22: Operation timed out 15:21:26 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.210 port 22: Operation timed out 15:21:26 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.210 port 22: Operation timed out}]) 15:21:26 DEBUG juju.cmd.juju.commands bootstrap.go:1095 cleaning up after failed bootstrap 15:21:26 INFO juju.provider.common destroy.go:20 destroying model "controller" 15:21:26 INFO juju.provider.common destroy.go:31 destroying instances 15:21:31 DEBUG juju.provider.openstack provider.go:1231 terminating instances [6f13572f-2d11-4971-a411-b66e2876e380] 15:21:31 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-a9954978-57c8-4704-8cbd-1abbd00548f3-2afb61b9-b1e4-45cd-849d-4b4e93b2e350-0" 15:21:33 INFO juju.provider.common destroy.go:51 destroying storage 15:21:33 DEBUG juju.provider.openstack cinder.go:81 volume URL: http://172.30.9.27:8776/v2/fe95e90d3cc34fcfabb92657134022b0 15:21:34 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-a9954978-57c8-4704-8cbd-1abbd00548f3-2afb61b9-b1e4-45cd-849d-4b4e93b2e350" 15:21:35 INFO cmd supercommand.go:465 command finished 2018-05-24 15:21:36,017 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 15:21:36,017 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 24:60 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-24 15:21:36,101 - 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 15:21:36,101 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-24 15:21:36,101 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-24 15:21:47,359 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-24 15:21:47,360 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 30:60 | FAIL | | vyos_vrouter | functest | vnf | 30:58 | FAIL | | juju_epc | functest | vnf | 24:60 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-24 15:21:47,363 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-24 15:21:50,134 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-146 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 15:21:50,138 - 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=q4vDYM44kkYcfZnv3jWzhxkrD export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.3 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.3 export OS_REGION_NAME=regionOne 2018-05-24 15:21:50,138 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 15:21:50,139 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-24 15:21:50,140 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-24 15:21:50,141 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK